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.

testing
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(); } }
Debug
Known footguns
breakingSelenium RC is deprecated; use WebDriver (Selenium 2+) instead.
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.

Resources