Closed
Description
To begin with, I apologize for the poor English...
I would like to know how to use proxy with seleniumbase with uc=True
.
I tried the following:
with SB(uc=True, proxy='http://my_token:js_render=true&antibot=true&premium_proxy=true&proxy_country=br@proxy.zenrows.com:8001') as sb:
And I get the following: net::ERR_TUNNEL_CONNECTION_FAILED
When I use proxy in the ip:port style it works perfectly.
I researched a little, maybe I need selenium-wire... the question is if I can use SB with "uc" and "wire " marked as True at the same time or is there another way of doing this?