Chrome is not working with authorized smartproxy proxies
Hi!
Your original example shows unauthorized smart proxies, and for authorized proxies the proposed method works for Firefox, but does not work for Chrome, the script is attached.
Wasted a lot of time trying to run chrome through an authorized smartproxy - but no success so far...
Hello there,
The shown examples of our Selenium scripts all use the Whitelisted IP auth method. It's because Selenium does not natively support user:pass authentication method.
However, we do have an example of how to connect using user:pass authentication method, you can find it here. This example shows our custom extension being used alongside the main script.
Let us know if you find any success with that!