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 LocationgetLocation()Gets the current device's geolocation coordinates.default voidsetLocation(Location location)Sets the current device's geolocation coordinates.-
Methods inherited from interface io.appium.java_client.ExecutesMethod
execute, execute
-
-