[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,

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 countjoshing...@gmail.comwrote: 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:

Re: [wtr-general] Error while running Script

2012-12-05 Thread Željko Filipin
On Wed, Dec 5, 2012 at 1:59 PM, Ashish sharma20.ashis...@gmail.com wrote: I am using ruby 1.9.3 with watir 1.8.1 for testing an application. However i am getting Error undefined method `add_assertion' for class `Watir::TestCase' (NameError) on running a script. Please provide relevant code.

[wtr-general] Jenkins with Watir

2012-12-05 Thread Pavak Shah
Hello All, I am not sure if this is the right group to ask question about Jenkins but is there any one who can help me to setup watir with jenkins. Thanks in Advance, Pavak. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice.

Re: [wtr-general] Jenkins with Watir

2012-12-05 Thread Željko Filipin
On Wed, Dec 5, 2012 at 4:40 PM, Pavak Shah pavaknsha...@gmail.com wrote: is there any one who can help me to setup watir with jenkins There is nothing special that you have to do. What have you tried? Is there a problem? You can take a look at a test automation solution that I have created

Re: [wtr-general] Jenkins with Watir

2012-12-05 Thread Pavak Shah
Thanks for getting back to me. I haven't try anything. I tried to google it but I couldn't find how can I setup watir with Jenkins. But I will look the links. Thanks again for your help. On Wednesday, December 5, 2012 10:53:10 AM UTC-5, Željko Filipin wrote: On Wed, Dec 5, 2012 at 4:40 PM,

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 countjoshing...@gmail.com 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

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

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 countjoshing...@gmail.comwrote: 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

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. On