About 1,200 results
Open links in new tab
  1. Write your first Selenium script

    Oct 30, 2025 · Step-by-step instructions for constructing a Selenium script

  2. The Selenium Browser Automation Project

    Apr 6, 2025 · Selenium is an umbrella project for a range of tools and libraries that enable and support the automation of web browsers. It provides extensions to emulate user interaction with browsers, a …

  3. Getting started | Selenium

    Jan 12, 2022 · If you are new to Selenium, we have a few resources that can help you get up to speed right away.

  4. Selenium

    Oct 8, 2025 · Selenium WebDriver 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 …

  5. Getting started with Selenium Grid

    Aug 1, 2025 · Instructions for a simple Selenium Grid

  6. Overview of Test Automation - Selenium

    Sep 10, 2024 · Overview of Test Automation First, start by asking yourself whether or not you really need to use a browser. Odds are that, at some point, if you are working on a complex web …

  7. Organizing and Executing Selenium Code

    Jul 29, 2025 · If you want to run more than a handful of one-off scripts, you need to be able to organize and work with your code. This page should give you ideas for how to actually do productive things …

  8. Browser navigation | Selenium

    Jul 29, 2025 · Browser navigation Navigate to The first thing you will want to do after launching a browser is to open your website. This can be achieved in a single line: Java Python CSharp Ruby …

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

  10. Selenium WebDriver JavaScript API

    Usage # The sample below and others are included in the example directory. You may also find the tests for selenium-webdriver informative.