ChromeDevTools / devtools-protocol

Chrome DevTools Protocol
https://chromedevtools.github.io/devtools-protocol/
BSD 3-Clause "New" or "Revised" License
1.15k stars 226 forks source link

Accessing chrome dev tools on a chrome node of selenium grid #202

Closed bimalviswam closed 4 years ago

bimalviswam commented 5 years ago

I use selenium docker images (hub and chrome node) to build a selenium grid. My goal is to intercept a request which is invoked form chrome node when I run my test. Is this possible with chrome dev tools protocol? any directions?

TimvdLippe commented 4 years ago

This repository is related to Chrome DevTools Protocol, but does not track issues regarding its definition or implementation. If you want to file an issue for the Chrome DevTools Protocol, please open an issue on https://crbug.com under component: Platform>DevTools>Platform. Thanks in advance!