Updating to latest protocol definitions
2 files changed
tree: a369674f7ecf3214965f09d14e2e6625e5f0b605
  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. har/
  18. headlessexperimental/
  19. heapprofiler/
  20. indexeddb/
  21. input/
  22. inspector/
  23. io/
  24. layertree/
  25. log/
  26. memory/
  27. network/
  28. overlay/
  29. page/
  30. performance/
  31. profiler/
  32. runtime/
  33. security/
  34. serviceworker/
  35. storage/
  36. systeminfo/
  37. target/
  38. testing/
  39. tethering/
  40. tracing/
  41. .gitignore
  42. .travis.yml
  43. cdproto.go
  44. easyjson.go
  45. go.mod
  46. go.sum
  47. LICENSE
  48. 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.