Interface SupportsExtendedGeolocationCommands
-
- All Superinterfaces:
ExecutesMethod
- All Known Implementing Classes:
AndroidDriver
,FlutterAndroidDriver
public interface SupportsExtendedGeolocationCommands extends ExecutesMethod
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
setLocation(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 Detail
-
setLocation
default void setLocation(AndroidGeoLocation location)
Allows to set geo location with extended parameters available for Android platform.- Parameters:
location
- The location object to set.
-
-