README: remove obsolete TODO, add godoc examples

This commit is contained in:
Daniel Martí 2019-04-09 16:21:33 +02:00
parent 46982a1cac
commit 92a77355f6

View File

@ -15,7 +15,8 @@ go get -u github.com/chromedp/chromedp
## Examples ## Examples
Please see the [examples][6] project for more examples. Please refer to the Please see the [examples][6] project for more examples. Please refer to the
[GoDoc API listing][7] for a summary of the API and Actions. [GoDoc API listing][7] for a summary of the API and Actions, which also contains
a few simple and runnable examples.
## Resources ## Resources
@ -28,7 +29,6 @@ Please see the [examples][6] project for more examples. Please refer to the
## TODO ## TODO
* Move timeouts to context (defaults)
* Implement more query selector options (allow over riding context timeouts) * Implement more query selector options (allow over riding context timeouts)
* Contextual actions for "dry run" (or via an accumulator?) * Contextual actions for "dry run" (or via an accumulator?)
* Network loader / manager * Network loader / manager