cyberneticlibrary

Automate web interactions with Selenium

selenium-automationskillsetup L27
modbender/skill-library-mcp
What it does

Automate web UI testing and scraping with Selenium WebDriver

Best for

Complex browser workflows when Playwright lacks cross-browser support.

Inputs
  • · browser type
  • · test/scrape script
  • · element locators
Outputs
  • · test results
  • · scraped data
Requires
  • · Selenium
  • · WebDriver
  • · browser drivers
Preconditions

WebDriver for target browser installed.

Failure modes
  • · stale element references after DOM update
  • · timing issues with async JS
Trust signals
  • · explicit wait patterns
  • · async JS handling examples