send messages with select to avoid deadlocks Fixes #287.
Package chromedp is a faster, simpler way to drive browsers supporting the Chrome DevTools Protocol in Go using the without external dependencies (ie, Selenium, PhantomJS, etc).
Install in the usual Go way:
go get -u github.com/chromedp/chromedp
Please see the examples project for more examples. Please refer to the GoDoc API listing for a summary of the API and Actions.
chromedp examplesgithub.com/chromedp/cdproto - GoDoc listing for the CDP domains used by chromedpgithub.com/chromedp/cdproto-gen - tool used to generate cdprotogithub.com/chromedp/chromedp-proxy - a simple CDP proxy for logging CDP clients and browsers