mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-01 13:59:37 +08:00
fix: WDADriver
This commit is contained in:
@@ -100,11 +100,6 @@ func (ad *ADBDriver) DeviceInfo() (deviceInfo types.DeviceInfo, err error) {
|
||||
return
|
||||
}
|
||||
|
||||
func (ad *ADBDriver) Location() (location types.Location, err error) {
|
||||
err = types.ErrDriverNotImplemented
|
||||
return
|
||||
}
|
||||
|
||||
func (ad *ADBDriver) BatteryInfo() (batteryInfo types.BatteryInfo, err error) {
|
||||
err = types.ErrDriverNotImplemented
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user