Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 523 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 523 Bytes

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.