Package io.appium.java_client.remote
Interface SupportsLocation
-
- All Superinterfaces:
org.openqa.selenium.html5.LocationContext,org.openqa.selenium.SearchContext,org.openqa.selenium.WebDriver
- All Known Implementing Classes:
AndroidDriver,IOSDriver
public interface SupportsLocation extends org.openqa.selenium.WebDriver, org.openqa.selenium.html5.LocationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description org.openqa.selenium.remote.html5.RemoteLocationContextgetLocationContext()default org.openqa.selenium.html5.Locationlocation()default voidsetLocation(org.openqa.selenium.html5.Location location)
-
-
-
Method Detail
-
getLocationContext
org.openqa.selenium.remote.html5.RemoteLocationContext getLocationContext()
-
location
default org.openqa.selenium.html5.Location location()
- Specified by:
locationin interfaceorg.openqa.selenium.html5.LocationContext
-
setLocation
default void setLocation(org.openqa.selenium.html5.Location location)
- Specified by:
setLocationin interfaceorg.openqa.selenium.html5.LocationContext
-
-