I am having issues connecting to Tor via Ruby - Watir webdriver.
I use the Tor Browser Bundle. The problem is that when I try to connect via Watir (Selenium) I canno
The answer:
First, open the Tor browser (it needs to be running already). Then, in your code, make sure to simply start with:
Selenium::WebDriver::Firefox::Binary.path='{location of start_tor_browser*}'
browser = Watir::Browser.new :firefox
*In my case: /home/tor/tor-browser_en-US/start-tor-browser
Nothing else is required - don't bother messing with profile