| # webkit_inspection_protocol.dart |
| |
| [](https://github.com/google/webkit_inspection_protocol.dart/actions/workflows/build.yaml) |
| [](https://pub.dartlang.org/packages/webkit_inspection_protocol) |
| |
| ## What is it? |
| |
| The `webkit_inspection_protocol` package is a client for the Chrome DevTools Protocol |
| (previously called the Webkit Inspection Protocol). It's used to talk to Chrome DevTools |
| based debuggers. |
| |
| ## The protocol |
| |
| Read more about the protocol [here](https://developer.chrome.com/devtools/docs/debugger-protocol). |
| |
| ## Disclaimer |
| |
| This is not an official Google product. |