Skip to content
forked from go-rod/rod

A fork of https://github.com/go-rod/rod - A Chrome DevTools Protocol driver for web automation and scraping.

License

Notifications You must be signed in to change notification settings

runZeroInc/go-rod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-rod

This is a stripped-down fork of @ysmood's https://github.com/go-rod/rod with the following changes:

  • Inline and vendoring of the ysmood's other packages.
  • Removal of leakless and automatic file drops (triggers anti-malware).
  • Replacement of panic-based error handling with error return parameters.
  • Switch to Chrome for Testing for most platforms, fallback to Puppeteer builds for Linux on ARM64.
  • Support to run Chrome as a low-privileged user to avoid --no-sandbox issues as root on Linux/macOS.
  • Removal of artifacts created by go generate.

Thank you very much to @ysmood and all go-rod contributors.

The focus of this fork is almost entirely on screenshots; a sample CLI is stored under the cmd/webshot path.

Your particular Go use case may be better handled by:

About

A fork of https://github.com/go-rod/rod - A Chrome DevTools Protocol driver for web automation and scraping.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.7%
  • HTML 1.3%
  • Other 1.0%