Registry / testing / selenium-api

selenium-api

JSON →
library4.44.0javamavenunverified

Core API for Selenium WebDriver, enabling browser automation for testing and web scraping.

<dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-api</artifactId> <version>4.44.0</version> </dependency>
INSTALL
IMPORT
SIG · SELENIUM-API
S
selenium-api
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.

WebDriver
org.openqa.selenium.WebDriver

Launch a Chrome browser, navigate to a URL, and print the page title.

import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class Example { public static void main(String[] args) { WebDriver driver = new ChromeDriver(); driver.get("https://example.com"); System.out.println(driver.getTitle()); driver.quit(); } }
Debug
Known issues
breakingSelenium 4.x has breaking changes in WebDriverWait and relative locators compared to 3.x.
fix
Update your code to use new Duration-based waits and new locator APIs.
affects: >=4.0.0
Upgrade
Version history
4.44.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
selenium-api — mvn dependency:get selenium-api · libregistry