https://github.com/aerokube/chrome-developer-tools-protocol-java-example
An example of using Java client to work with Chrome Developer Tools Protocol in Selenoid
https://github.com/aerokube/chrome-developer-tools-protocol-java-example
chrome developer-tools java protocol selenoid
Last synced: 12 months ago
JSON representation
An example of using Java client to work with Chrome Developer Tools Protocol in Selenoid
- Host: GitHub
- URL: https://github.com/aerokube/chrome-developer-tools-protocol-java-example
- Owner: aerokube
- License: apache-2.0
- Created: 2020-02-02T15:58:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T12:13:31.000Z (about 4 years ago)
- Last Synced: 2025-06-06T23:09:13.296Z (about 1 year ago)
- Topics: chrome, developer-tools, java, protocol, selenoid
- Language: Java
- Homepage:
- Size: 172 KB
- Stars: 20
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chrome Devtools Protocol Java Example
This example demonstrates how to work with [Chrome Devtools Protocol](https://chromedevtools.github.io/devtools-protocol/) with Java.
```
$ mvn clean test
```