Thank you, that worked great. Now my problem is, that when this opens it times out after 60 seconds for not finding a firefox instance. Is there anyway I can extend that? Tor has to open vidalia and connect before it opens the firefox window.
Thanks again. On Wednesday, December 5, 2012 11:12:20 AM UTC-7, Željko Filipin wrote: > > On Wed, Dec 5, 2012 at 7:03 PM, Joshua Homer > <[email protected]<javascript:>> > wrote: > > This is what I had, and it opened the regular firefox. > > My mistake. > > This is how to do it with selenium-webdriver: > > http://code.google.com/p/selenium/wiki/RubyBindings#Custom_Firefox_path > > Selenium::WebDriver::Firefox.path = "/path/to/firefox" > driver = Selenium::WebDriver.for :firefox > > Let me know if you can not figure out how to do it with watir-webdriver. > > Željko > -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
