Interface IsRemoteWebDriver

  • All Superinterfaces:
    org.openqa.selenium.HasCapabilities, org.openqa.selenium.interactions.HasInputDevices, org.openqa.selenium.virtualauthenticator.HasVirtualAuthenticator, org.openqa.selenium.interactions.Interactive, org.openqa.selenium.JavascriptExecutor, org.openqa.selenium.PrintsPage, org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebDriver
    All Known Implementing Classes:
    RemoteWebDriver

    public interface IsRemoteWebDriver
    extends org.openqa.selenium.WebDriver, org.openqa.selenium.JavascriptExecutor, org.openqa.selenium.interactions.HasInputDevices, org.openqa.selenium.HasCapabilities, org.openqa.selenium.interactions.Interactive, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.virtualauthenticator.HasVirtualAuthenticator, org.openqa.selenium.PrintsPage
    • 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 
      Modifier and Type Method Description
      SessionId getSessionId()  
      • Methods inherited from interface org.openqa.selenium.HasCapabilities

        getCapabilities
      • Methods inherited from interface org.openqa.selenium.interactions.HasInputDevices

        getKeyboard, getMouse
      • Methods inherited from interface org.openqa.selenium.virtualauthenticator.HasVirtualAuthenticator

        addVirtualAuthenticator, removeVirtualAuthenticator
      • Methods inherited from interface org.openqa.selenium.interactions.Interactive

        perform, resetInputState
      • Methods inherited from interface org.openqa.selenium.JavascriptExecutor

        executeAsyncScript, executeScript, executeScript, getPinnedScripts, pin, unpin
      • Methods inherited from interface org.openqa.selenium.PrintsPage

        print
      • Methods inherited from interface org.openqa.selenium.TakesScreenshot

        getScreenshotAs
      • Methods inherited from interface org.openqa.selenium.WebDriver

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