fix: WDADriver

This commit is contained in:
lilong.129
2025-02-10 22:32:58 +08:00
parent 3d67bfba62
commit 7b16ad62ee
9 changed files with 90 additions and 136 deletions

View File

@@ -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