1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
# About cdproto
Package `cdproto` contains the generated commands, types, and events for the
[Chrome DevTools Protocol domains][devtools-protocol].
[![Unit Tests][cdproto-ci-status]][cdproto-ci]
[![Go Reference][goref-cdproto-status]][goref-cdproto]
This package is generated by the [`cdproto-gen`][cdproto-gen] command. Please
refer to that project and to the main [`chromedp`][chromedp] project for
information on using the commands, types, and events available here.
## API
Please see the [Go Reference][goref-cdproto].
## Contributing
If you would like to submit a change to the code in this package, please submit
your Pull Request to the [`cdproto-gen`][cdproto-gen] project. Any Issues and
Pull Requests submitted to this project will be closed without being reviewed.
[cdproto-ci]: https://github.com/chromedp/cdproto/actions/workflows/build.yml (Build CI)
[cdproto-ci-status]: https://github.com/chromedp/cdproto/actions/workflows/build.yml/badge.svg (Build CI)
[cdproto-gen]: https://github.com/chromedp/cdproto-gen
[chromedp]: https://github.com/chromedp/chromedp
[devtools-protocol]: https://chromedevtools.github.io/devtools-protocol/
[goref-cdproto]: https://pkg.go.dev/github.com/chromedp/cdproto
[goref-cdproto-status]: https://pkg.go.dev/badge/github.com/chromedp/chromedp.svg
|