MerchantryTidbits

browser-automation / library

selenium

Capability: selenium

Use it when

  • classic WebDriver browser automation across browsers
  • selenium scripts for form login and multi-browser tests

What it solves

Not the fit when

  • stealth by default

Install

pip install selenium  # or language bindings

Invoke

WebDriver for cross-browser UI flows; pair with grid for scale.

Alternatives

No reviewed alternatives recorded yet.