Softwr
Selenium logo

Selenium

Browser automation framework and the W3C WebDriver standard

Overview

What Selenium does

Selenium automates real browsers, and has been the default answer to browser testing for long enough that its WebDriver protocol became a W3C standard. Every major browser ships a compliant driver. Its distinguishing strengths are breadth: language bindings for Java, Python, C#, Ruby and JavaScript, support for every major browser, and Selenium Grid for distributing tests across machines. Its distinguishing weakness is age — the API predates modern single-page applications, which is why newer tools handle waiting and flakiness better out of the box.

What people use it for

  • Cross-browser testing where Safari and legacy browsers must be covered
  • Teams whose test suites are written in Java or C# rather than JavaScript
  • Distributing a large suite across a grid of machines

The honest half

Where it falls short

Concrete and checkable, so you can decide whether any of them matter to you. This is the half of a review a vendor will not write about Selenium.

  • Flaky tests are the standing complaint: explicit waits and synchronisation are the tester’s job, where newer tools handle it automatically
  • Setup involves drivers, versions and grid infrastructure that Playwright and Cypress bundle away
  • Slower to run than tools that talk to browsers over a debugging protocol rather than WebDriver

Cross-shopped

What people choose instead of Selenium

Each pairing was judged by two reviewers asking whether a buyer would genuinely weigh the two against each other. The ones that failed were deleted rather than published.

  • Selenium logo
    Selenium
    vs
    Playwright logo
    Playwright

    Playwright: Modern automation with automatic waiting, which removes the flakiness Selenium is criticised for

  • Selenium logo
    Selenium
    vs
    Cypress logo
    Cypress

    Cypress: Developer-focused testing with time-travel debugging, at the cost of browser and language breadth

Pricing

What Selenium costs

Taken from the vendor's own pricing page. Prices move, so check before you buy.

Selenium

Free

  • Full functionality
  • Unlimited tests
  • Community support

Capabilities

Features

  • W3C WebDriver

    The standardised protocol every major browser implements

  • Many language bindings

    Java, Python, C#, Ruby and JavaScript

  • Selenium Grid

    Distributes tests across machines and browser versions

  • Broad browser support

    Chrome, Firefox, Safari and Edge

Answered, with sources

Questions people ask

Each answer names the page it came from, so you can check it rather than take our word for it.

Is Selenium free?

Yes, open source with no licence fee. Paid costs come from grid infrastructure or services like BrowserStack.

Selenium or Playwright?

Playwright handles waiting automatically and is faster to set up, which removes most flakiness complaints. Selenium wins on language breadth, browser coverage including Safari, and existing suites you already have.

Is Selenium still relevant?

Yes. Its WebDriver protocol is a W3C standard implemented by every major browser, and very large existing suites are not rewritten cheaply.

Share

Keep looking

Where to go from Selenium

Best Testing software for

Compare Selenium with

Other Testing software

  • REST and GraphQL API client for development and testing

  • Visual feedback and bug tracking for websites

  • JavaScript end-to-end testing framework with browser-based runner and cloud service

  • Open-source web automation framework for testing and scripting across browsers

  • Node.js library for controlling Chrome and Firefox

  • Fast unit test framework powered by Vite

Softwr does not host reviews and shows no star rating for Selenium, because a rating we did not collect is not ours to publish. What is here is the pricing and platform detail from the vendor’s own pages, limitations we could state concretely, and alternatives a reviewer confirmed people weigh against it. Tell us if any of it is wrong.

More on Selenium

Best Testing software alternatives

Fast unit test framework powered by Vite

Node.js library for controlling Chrome and Firefox

Visual feedback and bug tracking for websites

REST and GraphQL API client for development and testing

Compare Selenium with alternatives