is there any method how to switch proxy while using the driver after it gets instanciated ? #2723
Answered
by
mdmintz
Black-Hole1004
asked this question in
Q&A
|
I want to use a proxy when instantiating the object |
Answered by
mdmintz
Apr 29, 2024
Replies: 2 comments 1 reply
|
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To switch the proxy in the middle of a test, you can use
wire=Truewithdriver.set_wire_proxy(string).But note that Wire Mode cannot be used together with UC Mode.
More info: #2145