
Install a Selenium library
Sep 2, 2025 · The installation process for libraries depends on the language you choose to use. Make sure you check the Selenium downloads page to make sure you are using the latest …
Getting started | Selenium
Jan 12, 2022 · Selenium setup is quite different from the setup of other commercial tools. Before you can start writing Selenium code, you have to install the language bindings libraries for your …
Downloads - Selenium
Below is where you can find the latest releases of all the Selenium components. You can also find a list of previous releases, source code, and additional information for Maven users.
Command-line Runner · Selenium IDE
Selenium communicates with each browser through a small binary application called a browser driver. Each browser has its own which you can either download and add to your system path …
Selenium WebDriver JavaScript API
Selenium is a browser automation library. Most often used for testing web-applications, Selenium may be used for any task that requires automating interaction with the browser.
Selenium Manager (Beta)
Aug 17, 2025 · Selenium Manager is a command-line tool implemented in Rust that provides automated driver and browser management for Selenium. Selenium bindings use this tool by …
Module: selenium-webdriver/firefox
You may customize the Firefox binary and profile when running against a remote Selenium server. Your custom profile will be packaged as a zip and transferred to the remote host for use.
Selenium RC (Selenium 1) | Selenium
Jan 10, 2022 · Selenium has a set of libraries available in the programming language of your choice. You could download them from the downloads page. Once you’ve chosen a language …
Selenium Client Driver — Selenium 4.39.0 documentation
Modern versions of Selenium handle browser and driver installation for you with Selenium Manager. You generally don’t have to worry about driver installation or configuration now that …
Getting started with Selenium Grid
Aug 1, 2025 · To do use the Java 11 client, you will need to download the selenium-http-jdk-client jar file and use the --ext flag to make it available in the Grid jar’s classpath.