You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i wonder if its possible to rotate proxies and auth proxies using uc mode like so. i did research here but found nothing about it.
heres a code using selenium and seleniumwire:
If you're not running multiple tests at the same time, it gets easier. Then you don't need the -n=NUM_THREADS or --multi-proxy options.
Additionally, you can call self.get_new_driver(uc=True, proxy=PROXY_STRING) to open a new UC Mode browser in the middle of a test with the proxy settings you specified.
i wonder if its possible to rotate proxies and auth proxies using uc mode like so. i did research here but found nothing about it.
heres a code using selenium and seleniumwire:
The text was updated successfully, but these errors were encountered: