An open API service indexing awesome lists of open source software.

https://github.com/sudharsan-selvaraj/selenium-devtools-guide

A collection of bite size examples for using chrome DevTools protocol commands with Selenium Webdriver v4.
https://github.com/sudharsan-selvaraj/selenium-devtools-guide

automation chrome chrome-devtools-protocol chromedriver selenium selenium-v4 selenium-webdriver webdriver

Last synced: about 1 year ago
JSON representation

A collection of bite size examples for using chrome DevTools protocol commands with Selenium Webdriver v4.

Awesome Lists containing this project

README

          

# selenium-devtools-guide

A collection of bite size examples for using chrome DevTools protocol commands with Selenium Webdriver v4.

# Chrome Devtools Protocol:

The Chrome DevTools Protocol allows for tools to instrument, inspect, debug and profile Chromium, Chrome and other Blink-based browsers. Many existing [projects](https://github.com/ChromeDevTools/awesome-chrome-devtools) 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](https://chromedevtools.github.io/devtools-protocol/)

# Examples:

Domain | Test file
------------- | -------------
Browser | [Browser.java](/src/test/java/com/github/sudharsan_selvaraj/cdp/Browserr.java)
Page | [Page.java](/src/test/java/com/github/sudharsan_selvaraj/cdp/Browserr.java)

Examples for other domain will be added soon.