Closed bimalviswam closed 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!
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?