Closed struga0258 closed 1 year ago
@struga0258 are you using Selenoid with Docker? This flag allows access to Chromedriver from hosts other than localhost.
The command i use is selenoid_windows_amd64.exe -disable-docker -conf %HOMEPATH%\.aerokube\selenoid\browsers.json
, i usually just run on localhost but without that command local host also didnt work.
@struga0258 what we recommend to add is: https://github.com/aerokube/cm/blob/master/browsers.json#L3
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I recently reinstalled all my test code in a new machine and also pulled new Solenoid config manager, when I did this and ran it chrome was not responding. After comparing my browser.json i noticed that in my old one I had this line
"--whitelisted-ips=",
but in the new code this was missing. When adding this it fixed all my issues. Does anyone know why this line is needed?