Re: [wtr-general] Opening a specific copy of firefox

2013-08-29 Thread prashant sharma
Hello Joshua Homer ,do you get solution of it. I am facing the same issue. On Thursday, December 6, 2012 6:02:17 AM UTC+5:30, Joshua Homer wrote: > > So, I wanted to know if there is a way to bypass the timeout or change it > to like 3 minutes or something? > > On Wednesday, December 5, 2012 4:47

Re: [wtr-general] Opening a specific copy of firefox

2012-12-06 Thread Željko Filipin
On Thu, Dec 6, 2012 at 1:32 AM, Joshua Homer wrote: > So, I wanted to know if there is a way to bypass the timeout or change it > to like 3 minutes or something? I understand now, but I do not know the answer. You should ask at Selenium or Webdriver Google group, or post the question to Stack Ov

Re: [wtr-general] Opening a specific copy of firefox

2012-12-05 Thread Joshua Homer
So, I wanted to know if there is a way to bypass the timeout or change it to like 3 minutes or something? On Wednesday, December 5, 2012 4:47:09 PM UTC-7, Joshua Homer wrote: > > It opens Vidalia, which after vidalia connects to Tor it opens firefox, > but this process takes a minute or two. > >

Re: [wtr-general] Opening a specific copy of firefox

2012-12-05 Thread Joshua Homer
It opens Vidalia, which after vidalia connects to Tor it opens firefox, but this process takes a minute or two. On Wednesday, December 5, 2012 1:49:17 PM UTC-7, Željko Filipin wrote: > > On Wed, Dec 5, 2012 at 8:43 PM, Joshua Homer > > > wrote: > >> Now my problem is, that when this opens it ti

Re: [wtr-general] Opening a specific copy of firefox

2012-12-05 Thread Željko Filipin
On Wed, Dec 5, 2012 at 8:43 PM, Joshua Homer wrote: > Now my problem is, that when this opens it times out after 60 seconds for > not finding a firefox instance. I did not understand what is going on here. It opens Firefox, but then it complains? Željko -- Before posting, please read http://w

Re: [wtr-general] Opening a specific copy of firefox

2012-12-05 Thread Joshua Homer
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:

Re: [wtr-general] Opening a specific copy of firefox

2012-12-05 Thread Željko Filipin
On Wed, Dec 5, 2012 at 7:03 PM, Joshua Homer 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"

Re: [wtr-general] Opening a specific copy of firefox

2012-12-05 Thread Joshua Homer
Hello Željko, Thank you for your quick response! Unfortunately that didn't open the proper firefox. profile = Selenium::WebDriver::Firefox::Profile.new profile['webdriver.firefox.bin'] = "T:\Tor Browser\FirefoxPortable\App\Firefox\tbb-firefox.exe" @ff = Watir::Browser.new :firefox, :profile =>

Re: [wtr-general] Opening a specific copy of firefox

2012-12-05 Thread Željko Filipin
On Wed, Dec 5, 2012 at 10:06 AM, Joshua Homer wrote: > I am building a small site on the tor's hidden service and would like to > be able to test it, is there a way I can open the Tor Browser (just > firefox) instead of the regular firefox? Something like this should work: profile = Selenium::W

[wtr-general] Opening a specific copy of firefox

2012-12-05 Thread Joshua Homer
Hello! I am building a small site on the tor's hidden service and would like to be able to test it, is there a way I can open the Tor Browser (just firefox) instead of the regular firefox? Thanks, Josh -- Before posting, please read http://watir.com/support. In short: search before you ask,