Registry / testing / selenium-remote-driver

selenium-remote-driver

JSON →
library4.44.0javamavenunverified

Selenium Remote Driver enables browser automation by sending commands to a remote Selenium server for cross-browser testing.

<dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-remote-driver</artifactId> <version>4.44.0</version> </dependency>
INSTALL
IMPORT
SIG · SELENIUM-REMOTE-DR
S
selenium-remote-driver
testingjavav4.44.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RemoteWebDriver
org.openqa.selenium.remote.RemoteWebDriver

Connects to a remote Selenium server and opens a webpage.

import org.openqa.selenium.remote.RemoteWebDriver; import org.openqa.selenium.remote.DesiredCapabilities; import java.net.URL; RemoteWebDriver driver = new RemoteWebDriver(new URL("http://localhost:4444/wd/hub"), DesiredCapabilities.chrome()); driver.get("https://example.com"); driver.quit();
Debug
Known issues
breakingSelenium 4.x changed the API for WebDriver options; use ChromeOptions instead of DesiredCapabilities.
fix
Replace DesiredCapabilities with ChromeOptions or FirefoxOptions.
affects: >=4.0.0
Upgrade
Version history
4.44.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources