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.RemoteLocationContext
getLocationContext()
default org.openqa.selenium.html5.Location
location()
default void
setLocation(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:
location
in interfaceorg.openqa.selenium.html5.LocationContext
-
setLocation
default void setLocation(org.openqa.selenium.html5.Location location)
- Specified by:
setLocation
in interfaceorg.openqa.selenium.html5.LocationContext
-
-