is there any method how to switch proxy while using the driver after it gets instanciated ? #2723
-
I want to use a proxy when instantiating the object |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
To switch the proxy in the middle of a test, you can use More info: #2145 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
To switch the proxy in the middle of a test, you can use
wire=True
withdriver.set_wire_proxy(string)
.But note that Wire Mode cannot be used together with UC Mode.
More info: #2145