selenium

SKILL.md

Selenium

Selenium is an umbrella project for a range of tools and libraries that enable and support the automation of web browsers. It is the grandfather of browser automation and defined the W3C WebDriver standard.

When to Use

  • Legacy/Enterprise: Vast ecosystems and existing test suites.
  • Obscure Browsers: Need to test Internet Explorer (IE Mode) or specialized browsers.
  • Grid: Distributing tests across a massive farm of diverse OS/Browser combinations.

Quick Start (Java)

Installs
1
First Seen
Mar 31, 2026