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