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
When --wire mode is enabled, this method will also be added:
driver.set_wire_proxy(string)
"""Set a proxy server for selenium-wire mode ("--wire")Examples: (ONLY avilable if using selenium-wire mode!)driver.set_wire_proxy("SERVER:PORT")driver.set_wire_proxy("socks5://SERVER:PORT")driver.set_wire_proxy("USERNAME:PASSWORD@SERVER:PORT")"""
After this, the full list of driver methods in standard (non-wire) mode will be:
Add more methods directly into the raw
driver
Methods to be added this time:
When
--wire
mode is enabled, this method will also be added:After this, the full list of
driver
methods in standard (non-wire) mode will be:The text was updated successfully, but these errors were encountered: