A collection of bite size examples for using chrome DevTools protocol commands with Selenium Webdriver v4.
The Chrome DevTools Protocol allows for tools to instrument, inspect, debug and profile Chromium, Chrome and other Blink-based browsers. Many existing projects currently use the protocol. The Chrome DevTools uses this protocol and the team maintains its API.
List of all available devtools protocol command can be found here
Domain | Test file |
---|---|
Browser | Browser.java |
Page | Page.java |
Examples for other domain will be added soon.