About 50 results
Open links in new tab
  1. 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.

  2. 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 version.

  3. Getting started | Selenium

    Jan 12, 2022 · Before you can start writing Selenium code, you have to install the language bindings libraries for your language of choice, the browser you want to use, and the driver for that browser.

  4. Selenium

    Oct 8, 2025 · If you want to create robust, browser-based regression automation suites and tests, scale and distribute scripts across many environments, then you want to use Selenium WebDriver, a …

  5. The Selenium Browser Automation Project

    Apr 6, 2025 · You should continue on to Getting Started to understand how you can install Selenium and successfully use it as a test automation tool, and scaling simple tests like this to run in large, …

  6. 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.

  7. WebDriver - Selenium

    Nov 7, 2024 · WebDriver drives a browser natively, as a user would, either locally or on a remote machine using the Selenium server. It marks a leap forward in terms of browser automation.

  8. Write your first Selenium script

    5 days ago · Most Selenium users execute many sessions and need to organize them to minimize duplication and keep the code more maintainable. Read on to learn about how to put this code into …

  9. Command-line Runner · Selenium IDE

    There's just the small matter of installing the Selenium IDE command line runner, getting the necessary browser drivers (if running your tests locally), and launching the runner from a command prompt with …

  10. Selenium IDE

    Getting started with Selenium IDE requires no additional setup other than installing the extension on your browser. One of our driving philosophies is to provide an easy to use tool that will give instant …