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

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

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
```