-
Notifications
You must be signed in to change notification settings - Fork 979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy and wire #2819
Comments
These are the docs you're looking for: #2145 For changing the proxy in Wire Mode ( driver.set_wire_proxy(string) Where the proxy string formats are: You can also change the proxy without Wire Mode by using Also, duplicate of #1807 (comment) |
can i use UC mode with wire proxy ?
|
@mdmintz when using uc=True, proxy=proxy_string |
You can't combine Wire Mode with UC Mode: #2145 (comment). As for UC Mode and Proxy Mode, it works for me. Not sure what you're doing. Maybe you gave it a bad proxy or the username/password was invalid. |
By this manual when trying add flag user_wire=True in my python code and sb.set_wire_proxy(proxy_string) ip don't changed.
And as alternative trying use proxy= . tha's works and ip changed but after few minutes have popup with auth required for proxy
The text was updated successfully, but these errors were encountered: