I am using mac Mojave version 10.14.6 and trying to set up a grid using selenium hub latest and Chrome latest images. My goal is to access the chrome dev tools and intercept a request and eventually the whole set up will be moved to Jenkins. Copied the docker compose below
I was under the assumption that if I dont specify the remote debugging port, it will be automatically assigned with 9222 . But when I create a driver with below line of code, some random port is retrieved in goog:chromeOptions.debuggerAddress . with neither of those ports, I am not able to create a CDP connection on the chrome on docker container? Did I get some basics wrong?
I am using mac Mojave version 10.14.6 and trying to set up a grid using selenium hub latest and Chrome latest images. My goal is to access the chrome dev tools and intercept a request and eventually the whole set up will be moved to Jenkins. Copied the docker compose below
I was under the assumption that if I dont specify the remote debugging port, it will be automatically assigned with 9222 . But when I create a driver with below line of code, some random port is retrieved in goog:chromeOptions.debuggerAddress . with neither of those ports, I am not able to create a CDP connection on the chrome on docker container? Did I get some basics wrong?