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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openqa.selenium.WebDriver
org.openqa.selenium.WebDriver.ImeHandler, org.openqa.selenium.WebDriver.Navigation, org.openqa.selenium.WebDriver.Options, org.openqa.selenium.WebDriver.TargetLocator, org.openqa.selenium.WebDriver.Timeouts, org.openqa.selenium.WebDriver.Window
-
-
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
-
-