Package io.appium.java_client.remote
Interface SupportsLocation
-
- All Superinterfaces:
ExecutesMethod
,org.openqa.selenium.SearchContext
,org.openqa.selenium.WebDriver
- All Known Implementing Classes:
AndroidDriver
,FlutterAndroidDriver
,FlutterIOSDriver
,IOSDriver
public interface SupportsLocation extends org.openqa.selenium.WebDriver, ExecutesMethod
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Location
getLocation()
Gets the current device's geolocation coordinates.default void
setLocation(Location location)
Sets the current device's geolocation coordinates.-
Methods inherited from interface io.appium.java_client.ExecutesMethod
execute, execute
-
-