Skip to content

go-rod/go-rod.github.io

Repository files navigation

Rod

Rod is a high-level driver for DevTools Protocol. It's widely used for web automation and scraping. Rod can automate most things in the browser that can be done manually:

  • Capture page screenshots
  • Scrape client-side rendered pages
  • Auto-fill forms
  • End-to-end testing
  • Hijack requests
  • And more

Here are some popular projects that are using Rod: link

To contribute doc, check here.