module
Version:
v0.0.0-...-eb06915
Opens a new window with list of versions in this module.
Published: Jul 7, 2019
License: MIT
Opens a new window with license information.
README
¶
cdp-examples

Some real world examples of using github.com/mafredri/cdp for browser automation
Development
Pre-requisites
- Install dependencies with
go get -u
- Run ./bin/git/init-hooks.bash to enable hooks for gofmt and golint
Testing
go test -v -race ./...
Examples
Get Cookies
Get the cookies from Chrome for a specific domain:
go run cmd/examples/main.go getcookies -d=domain
Get all cookies from Chrome:
go run cmd/examples/main.go getcookies
Related source: ./src/cookies
Click to show internal directories.
Click to hide internal directories.