Uses of Class
org.openqa.selenium.remote.RemoteWebDriver
Packages that use RemoteWebDriver
Package
Description
-
Uses of RemoteWebDriver in org.openqa.selenium.chrome
Subclasses of RemoteWebDriver in org.openqa.selenium.chromeModifier and TypeClassDescriptionclass
AWebDriver
implementation that controls a Chrome browser running on the local machine. -
Uses of RemoteWebDriver in org.openqa.selenium.chromium
Subclasses of RemoteWebDriver in org.openqa.selenium.chromiumModifier and TypeClassDescriptionclass
AWebDriver
implementation that controls a Chromium browser running on the local machine. -
Uses of RemoteWebDriver in org.openqa.selenium.edge
Subclasses of RemoteWebDriver in org.openqa.selenium.edgeModifier and TypeClassDescriptionclass
AWebDriver
implementation that controls an Edge browser running on the local machine. -
Uses of RemoteWebDriver in org.openqa.selenium.firefox
Subclasses of RemoteWebDriver in org.openqa.selenium.firefoxModifier and TypeClassDescriptionclass
An implementation of the {#link WebDriver} interface that drives Firefox. -
Uses of RemoteWebDriver in org.openqa.selenium.ie
Subclasses of RemoteWebDriver in org.openqa.selenium.ie -
Uses of RemoteWebDriver in org.openqa.selenium.remote
Fields in org.openqa.selenium.remote declared as RemoteWebDriverModifier and TypeFieldDescriptionprotected final RemoteWebDriver
JsonToWebElementConverter.driver
protected RemoteWebDriver
RemoteWebElement.parent
Methods in org.openqa.selenium.remote with parameters of type RemoteWebDriverConstructors in org.openqa.selenium.remote with parameters of type RemoteWebDriver -
Uses of RemoteWebDriver in org.openqa.selenium.safari
Subclasses of RemoteWebDriver in org.openqa.selenium.safariModifier and TypeClassDescriptionclass
A WebDriver implementation that controls Safari using a browser extension (consequently, only Safari 5.1+ is supported).