File: README.md

package info (click to toggle)
golang-github-chromedp-cdproto 0.0~git20230109.6b041c6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,584 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,303 bytes parent folder | download | duplicates (3)
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