About 400 results
Open links in new tab
  1. Overview of Test Automation - Selenium

    Sep 10, 2024 · A distinct advantage of Selenium tests is their inherent ability to test all components of the application, from backend to frontend, from a user’s perspective.

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

  3. 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 …

  4. Write your first Selenium script

    Oct 30, 2025 · 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 …

  5. Selenium Overview

    Feb 6, 2024 · It’s an easy-to-use Chrome and Firefox extension and is generally the most efficient way to develop test cases. It records the users’ actions in the browser for you, using existing …

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

  7. Celebrating 20 Years of Selenium: A Journey of Innovation in …

    Oct 28, 2024 · This recording covers the highlights, including discussions on Selenium’s evolution, its role in the testing ecosystem, and the exciting advancements in WebDriver BiDi.

  8. Organizing and Executing Selenium Code

    Jul 29, 2025 · Even if you aren’t using Selenium for testing, if you have advanced use cases, it might make sense to use a test runner to better organize your code. Being able to use …

  9. Projects - Selenium

    Selenium Grid takes WebDriver to another level by running tests on many machines at the same time, cutting down on the time it takes to test on multiple browsers and operating systems.

  10. Two Factor Authentication - Selenium

    Feb 18, 2024 · Automating this seamlessly and consistently is a big challenge in Selenium. There are some ways to automate this process. But that will be another layer on top of our Selenium …