I am running selenoid in docker containers. In the selenoid container that I start the proxy is set from ~/.docker/config.json But because selenond starts the web browsers via /run/docker.sock it doesn't inject the proxy into it. Any idea how to do that?
I am running selenoid in docker containers. In the selenoid container that I start the proxy is set from ~/.docker/config.json But because selenond starts the web browsers via /run/docker.sock it doesn't inject the proxy into it. Any idea how to do that?
hey, do you need your browsers to go through proxy?
Ok it does this: switches.add("--proxy-server=" + proxyString); caps.setCapability("chrome.switches", switches); but what are the caps and what does it do?
А не приходилось ли кому сталкиваться с такой хромовской ошибой result_code_invalid_cmdline_url ? Без —disable-dev-shm-usage вылетает с вероятностью близкой к 100%. С - начинает вылетать случайно, если работает больше одной сессии в контейнере