cdp-examples

module
v0.0.0-...-eb06915 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2019 License: MIT

README

cdp-examples

CircleCI

Some real world examples of using github.com/mafredri/cdp for browser automation

Development

Pre-requisites

  • go 1.12+
  1. Install dependencies with go get -u
  2. 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

Directories

Path Synopsis
cmd
examples command
src

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL