Selenium icon indicating copy to clipboard operation
Selenium copied to clipboard

Chrome is not working with authorized smartproxy proxies

Open purgenetik opened this issue 1 year ago • 1 comments

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...

proxy_test_3_clean.txt

purgenetik avatar Sep 06 '24 17:09 purgenetik

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!

MindaugasSP avatar Sep 10 '24 13:09 MindaugasSP