Skip to content
  • Author Owner

    If you want to use this setup without Tor for testing purposes, you need to remove Tor from the seleniumwire's upstream proxy. When there is no upstream proxy, seleniumwire will route the traffic through the regular internet.

    You can achieve this by removing the seleniumwire_options from the webdriver constructor:

    driver = webdriver.Firefox(firefox_profile=profile,
                               firefox_binary=binary)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment