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 TypeClassDescriptionclassAWebDriverimplementation 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 TypeClassDescriptionclassAWebDriverimplementation 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 TypeClassDescriptionclassAWebDriverimplementation 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 TypeClassDescriptionclassAn 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 RemoteWebDriverJsonToWebElementConverter.driverprotected RemoteWebDriverRemoteWebElement.parentMethods 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 TypeClassDescriptionclassA WebDriver implementation that controls Safari using a browser extension (consequently, only Safari 5.1+ is supported).