-
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)
Please register or sign in to comment