cyberneticlibrary

Automate browser-based workflows

browser-automationskillsetup L217,464
alirezarezvani/claude-skills
What it does

Automate browser interactions and web testing

Best for

Scrape dynamic websites or automate repetitive browser tasks (login, form fill, screenshot) without manual clicking.

Inputs
  • · target website URL
  • · actions to automate (click, fill, submit)
Outputs
  • · screenshot/HTML
  • · extracted data
  • · interaction logs
Requires
  • · Playwright/Selenium
  • · browser driver (Chromium, Firefox, Safari)
Preconditions

Target site not blocking automated access; authentication credentials available if needed

Failure modes
  • · Dynamic JS rendering not complete before extraction
  • · Captchas block automation
  • · Selectors change without warning
Trust signals
  • · Screenshot verification before data extraction
  • · Retry logic for timing issues
  • · Selector-based navigation documented