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.RemoteLocationContext getLocationContext()  
      default org.openqa.selenium.html5.Location location()  
      default void setLocation​(org.openqa.selenium.html5.Location location)  
      • Methods inherited from interface org.openqa.selenium.WebDriver

        close, findElement, findElements, get, getCurrentUrl, getPageSource, getTitle, getWindowHandle, getWindowHandles, manage, navigate, quit, switchTo
    • Method Detail

      • getLocationContext

        org.openqa.selenium.remote.html5.RemoteLocationContext getLocationContext()
      • location

        default org.openqa.selenium.html5.Location location()
        Specified by:
        location in interface org.openqa.selenium.html5.LocationContext
      • setLocation

        default void setLocation​(org.openqa.selenium.html5.Location location)
        Specified by:
        setLocation in interface org.openqa.selenium.html5.LocationContext