Skip to content
/ rod Public
forked from go-rod/rod

A Devtools driver to make web automation and scraping easy

License

Notifications You must be signed in to change notification settings

czqn8/rod

Repository files navigation

Overview

GoDoc codecov goreport

Rod is a High-level chrome devtools controller directly based on Chrome DevTools Protocol.

For example, compared with puppeteer or chromedp, it's pretty verbose to use them, with puppeteer you have to handle promise/async/await a lot, with chromedp it's even more verbose.

Rod also tries to expose low-level interfaces to users, so that whenever a function is missing users can easily send control requests to the browser directly.

Examples

Basic examples

For detailed examples, please read the unit tests.

About

A Devtools driver to make web automation and scraping easy

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.3%
  • HTML 1.6%
  • Other 0.1%