Package org.openqa.selenium.remote
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.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
-
-
-
-
Method Detail
-
getSessionId
SessionId getSessionId()
-
-