Proxy List with Chrome Web Driver #1363
Replies: 5 comments
-
it definitely works, but try unsetting the environmental var and just rely on proxies.json , does that work? |
Beta Was this translation helpful? Give feedback.
-
Just did a fresh docker-compose up -d changedetection-proxy (test instance) Unfortunately this still returns my non-proxied IP. I tried changing to no proxy and back and no difference. Does it perhaps fall back to no proxy if the proxy bombs out? It gives a red error on non-chrome. |
Beta Was this translation helpful? Give feedback.
-
Is there any info I can provide to help troubleshoot? |
Beta Was this translation helpful? Give feedback.
-
I've also created an entirely new server and am still experiencing the same problem, chrome-based doesn't obey proxies. |
Beta Was this translation helpful? Give feedback.
-
Hello, What can I do to help troubleshoot? To test, I spun up a fresh instance (see docker-compose file above) and just used proxies.json. Unfortunately Chrome doesn't use the proxy even when selected. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
ChangeDetection lets me pick a proxy server when using WebDriver (browser-chrome docker), but it doesn't seem to do anything. When running a web request against https://api.ipify.org?format=json, it just returns the non-proxied address. I swear this was working but now I'm not sure.
I could manually specify the webdriver proxy settings in the docker-compose file, but that doesn't let me use the list and choose different proxies for each web watch.
Beta Was this translation helpful? Give feedback.
All reactions