1

I have a proxy that looks like so: ca-static-2.resdleafproxies.com:11054:167333+CA+167336-351122:t5flrtgkyqtwatw (This isn't an actual working proxy I've changed parts of it lol)

Is there a way I can use chrome via selenium in python and use this proxy / ones with similar formatting, currently haven't found anything about this type of proxy. TIA.

1

1 Answer 1

1

You can use ProxyManager module:

from proxymanager import ProxyManager

proxy_manager = ProxyManager('proxies.txt')

random_proxy = proxy_manager.random_proxy()

You can find documenation here.

Sign up to request clarification or add additional context in comments.

2 Comments

what do i then do with random_proxy ?
It randomizes the proxy list

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.