Registry /
testing / selenium-java-client-driver
Provides the Java client driver for Selenium Remote Control, enabling browser automation.
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.
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();
}
}
Upgrade
Version history
Breaking-change detection hasn't run for this library yet.
Audit
Security & dependencies
CVE tracking and dependency tree are planned for a later release.
Agent activity
0 hits · last 30 days
No traffic data recorded yet.