Registry / testing / selenium-java-client-driver

selenium-java-client-driver

JSON →
library1.0.1javamavenunverified

Provides the Java client driver for Selenium Remote Control, enabling browser automation.

<dependency> <groupId>org.seleniumhq.selenium.client-drivers</groupId> <artifactId>selenium-java-client-driver</artifactId> <version>1.0.1</version> </dependency>
INSTALL
IMPORT
SIG · SELENIUM-JAVA-CLIE
S
selenium-java-client-driver
testingjavav1.0.1
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.

DefaultSelenium
com.thoughtworks.selenium.DefaultSelenium

Start a Selenium RC session with Firefox.

import com.thoughtworks.selenium.DefaultSelenium; public class Example { public static void main(String[] args) { DefaultSelenium selenium = new DefaultSelenium("localhost", 4444, "*firefox", "http://example.com"); selenium.start(); System.out.println("Selenium started"); selenium.stop(); } }
Debug
Known issues
breakingSelenium RC is deprecated; use WebDriver (Selenium 2+) instead.
fix
Replace with org.seleniumhq.selenium:selenium-java and use WebDriver API.
affects: >=1.0.0
Upgrade
Version history
1.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
selenium-java-client-driver — mvn dependency:get selenium-java-client-driver · libregistry