From 69ade91d70edd7fc98bcbac4ad513bdebe5a28f6 Mon Sep 17 00:00:00 2001 From: Kenneth Shaw Date: Sat, 1 Jul 2017 12:22:00 +0700 Subject: [PATCH] Adding links/resources section to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fe00222..b7e2803 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,10 @@ Please see the [examples](examples/) directory for some more examples, and please refer to the [GoDoc API listing](https://godoc.org/github.com/knq/chromedp) for a summary of the API and Actions. +## Links + Resources +* [chromedp: A New Way to Drive the Web (GopherCon SG 2017)](https://www.youtube.com/watch?v=_7pWCg94sKw) +* [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/) + ## TODO * Move timeouts to context (defaults) * Implement more query selector options (allow over riding context timeouts)