aerokube / cm

Configuration manager for Aerokube products
https://aerokube.com/cm/latest/
Apache License 2.0
119 stars 31 forks source link

new machine breaking Chrome #320

Closed struga0258 closed 1 year ago

struga0258 commented 2 years ago

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?

vania-pooh commented 2 years ago

@struga0258 are you using Selenoid with Docker? This flag allows access to Chromedriver from hosts other than localhost.

struga0258 commented 2 years ago

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.

vania-pooh commented 2 years ago

@struga0258 what we recommend to add is: https://github.com/aerokube/cm/blob/master/browsers.json#L3

stale[bot] commented 1 year ago

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.