About 6,660 results
  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. 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 …

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

  5. Design patterns and development strategies | Selenium

    May 6, 2025 · An alternative approach is to follow a more “command-like” style of testing. A “bot” is an action-oriented abstraction over the raw Selenium APIs. This means that if you find that …

  6. Locator strategies | Selenium

    Jul 29, 2025 · To work on a web element using Selenium, we need to first locate it on the web page. Selenium provides us above mentioned ways, using which we can locate element on …

  7. Selenium IDE · Open source record and playback test automation …

    Selenium IDE ships with an extensive control flow structure, with available commands like if, while and times. To learn more, check out the Control Flow documentation.

  8. Keyboard actions - Selenium

    Jul 29, 2025 · In addition to the keys represented by regular unicode, unicode values have been assigned to other keyboard keys for use with Selenium. Each language has its own way to …

  9. Selenium 4.34 Released!

    Jun 29, 2025 · We’re excited to announce the release of Selenium 4.34 for Javascript, Ruby, Python, .NET, Java and the Grid! 🎉 Links to all assets can be found on our downloads page.

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