Change forwarder to not send paused events unless a breakpoint event has been sent or it had been explicitly told to do so.

This is useful when using the multiplexor to debug a web app while running a webdriver test against it, as chromedriver will automatically resume if a paused event is received.

Change bin/multiplex model_dom option to false by default.
3 files changed
tree: eabbfa43ac134bf7de89124e572b5f4b7696825c
  1. bin/
  2. lib/
  3. test/
  4. tool/
  5. .gitignore
  6. .project
  7. .travis.yml
  8. AUTHORS
  9. changelog.md
  10. LICENSE
  11. PATENTS
  12. pubspec.yaml
  13. readme.md
readme.md

webkit_inspection_protocol.dart

Build Status pub package

What is it?

The webkit_inspection_protocol package is a client of the Webkit Inspection Protocol (WIP). It's used to talk to Chrome DevTools based debuggers.

The protocol

Read more about the protocol here.

Disclaimer

This is not an official Google product.