Updating to latest protocol definitions
2 files changed
tree: 126bbb1c51e49cf3490b83ae0aee97af26e97eea
  1. accessibility/
  2. animation/
  3. applicationcache/
  4. audits/
  5. backgroundservice/
  6. browser/
  7. cachestorage/
  8. cast/
  9. cdp/
  10. css/
  11. database/
  12. debugger/
  13. deviceorientation/
  14. dom/
  15. domdebugger/
  16. domsnapshot/
  17. domstorage/
  18. emulation/
  19. fetch/
  20. har/
  21. headlessexperimental/
  22. heapprofiler/
  23. indexeddb/
  24. input/
  25. inspector/
  26. io/
  27. layertree/
  28. log/
  29. memory/
  30. network/
  31. overlay/
  32. page/
  33. performance/
  34. profiler/
  35. runtime/
  36. security/
  37. serviceworker/
  38. storage/
  39. systeminfo/
  40. target/
  41. tethering/
  42. tracing/
  43. webaudio/
  44. webauthn/
  45. .gitignore
  46. .travis.yml
  47. cdproto.go
  48. easyjson.go
  49. go.mod
  50. go.sum
  51. LICENSE
  52. README.md
README.md

About cdproto

Package cdproto contains the generated commands, types, and events for the Chrome DevTools Protocol domains.

This package is generated by the cdproto-gen command. Please refer to that project and to the main chromedp project for information on using the commands, types, and events available here.

API

Please see the GoDoc listing.

Contributing

If you would like to submit a change to the code in this package, please submit your Pull Request to the cdproto-gen project. Any Issues and Pull Requests submitted to this project will be closed without being reviewed.