Using Selenium WebDriver with Tor

Because Tor Browser Bundle wasn’t letting me use the WebDriver extension, I found a workaround in which I ran Tor from a regular Firefox browser. With this method, as long as the Tor Browser is open, you can use Tor with a regular Firefox browser. Open Tor Browser: File torProfileDir = new File( “…\\Tor Browser\\Data\\Browser\\profile.default”); … Read more