Interface SupportsExtendedGeolocationCommands
- All Superinterfaces:
ExecutesMethod
- All Known Implementing Classes:
AndroidDriver,FlutterAndroidDriver
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidsetLocation(AndroidGeoLocation location) Allows to set geo location with extended parameters available for Android platform.Methods inherited from interface io.appium.java_client.ExecutesMethod
execute, execute
-
Method Details
-
setLocation
Allows to set geo location with extended parameters available for Android platform.- Parameters:
location- The location object to set.
-