Registry / testing / sclevine-agouti

sclevine-agouti

JSON →
library3.0.0+incompatiblegogounverified

A universal WebDriver client for Go that provides a feature-rich interface for controlling web browsers.

go get github.com/sclevine/agouti
INSTALL
IMPORT
SIG · SCLEVINE-AGOUTI
S
sclevine-agouti
testinggov3.0.0+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

agouti
github.com/sclevine/agouti

Start a Chrome WebDriver, navigate to a URL, and clean up.

package main import ( "github.com/sclevine/agouti" "log" ) func main() { driver := agouti.ChromeDriver() if err := driver.Start(); err != nil { log.Fatal(err) } defer driver.Stop() page, err := driver.NewPage() if err != nil { log.Fatal(err) } if err := page.Navigate("https://example.com"); err != nil { log.Fatal(err) } }
Debug
Known issues
gotchaVersion 3.0.0+incompatible uses a non-modular import path; newer versions may require different import paths.
fix
Use the latest stable version (e.g., v3) with proper module path.
affects: 3.0.0+incompatible
Upgrade
Version history
3.0.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
sclevine-agouti — go get sclevine-agouti · libregistry