[wtr-general] Re: are you sure you want to navigate from this page.

2010-12-14 Thread Chuck van der Linden
in IE 6... Why in the world would you test using IE6? Seriously in the developed world, the percentage of folks still using IE6 is lower than even Opera. It's a miniscule portion of any potential market for just about any product except freeware. (yes there are a lot of people still using

Re: [wtr-general] Re: help-please: cucumber-watir tutorial

2010-12-14 Thread Keith Hughes
Irfan, Have a look at these, http://khughes88.wordpress.com/tag/cucumber/ http://khughes88.wordpress.com/tag/webdriver/ rgds Keith On Tue, Dec 14, 2010 at 3:04 AM, Dave McNulla mcnu...@gmail.com wrote: that's on my wish list. i'll probably buy it next. dave On Dec 13, 10:39 am, Chuck

[wtr-general] An intro to Watir-WebDriver

2010-12-14 Thread Alister Scott
Hi, I've written a new blog post about how to use Watir-WebDriver for those who are curious: http://watirmelon.com/2010/12/14/watir-webdriver-a-detailed-introduction/ Cheers, Alister Scott Brisbane, Australia Watir Web Master: http://watir.com Blog: http://watirmelon.com LinkedIn:

[wtr-general] Re: Can not get url of a page when using firewatir

2010-12-14 Thread joedio
I believe that this is a know issue with Firewatir. Many of us have run into it already. For the details and the fix see: http://jira.openqa.org/browse/WTR-428 Joedio On Dec 13, 6:24 pm, Ekin Han nbkhic...@gmail.com wrote: Hi friends, When i using firewatir i found that i can not using the

Re: [wtr-general] An intro to Watir-WebDriver

2010-12-14 Thread Jari Bakken
On Tue, Dec 14, 2010 at 1:45 PM, Alister Scott alister.sc...@gmail.com wrote: Hi, I've written a new blog post about how to use Watir-WebDriver for those who are curious: http://watirmelon.com/2010/12/14/watir-webdriver-a-detailed-introduction/ Thanks a lot for this Alister! Just a nitpick

Re: [wtr-general] Re: are you sure you want to navigate from this page.

2010-12-14 Thread Ramu Gadde
Thaks for the info.. we are developing applications which works on Bronze to Gold browser. we have fix for thisbut we need a fix using watir. Let me know if you have any solutions which work in IE 6.0 or lower versions. Regards, Ramu On Tue, Dec 14, 2010 at 1:54 PM, Chuck van der

Re: [wtr-general] Re: help-please: cucumber-watir tutorial

2010-12-14 Thread Irfan Ahmed
Hi everybody, You people are too much helpful..I am really grateful to you. I wish one day, some how, I can also help you...:) On Tue, Dec 14, 2010 at 5:22 PM, Keith Hughes khughe...@gmail.com wrote: Irfan, Have a look at these, http://khughes88.wordpress.com/tag/cucumber/

[wtr-general] C:/Ruby/lib/ruby/gems/1.8/gems/firewatir-1.6.7/lib/firewatir/jssh_socket.rb:19:in `js_eval': missing ; before statement (JsshSocket::JSSyntaxError)

2010-12-14 Thread abhirevo1
Hi Friends, I tried to access to an HTML element through div .I wrote it as *ie.div(:class,gadget default).text_field(:id,usernameinput).set(xyz)*becuase system showed me error: *Unable to locate element* via . *ie.text_field(:id,usernameinput).set(xyz)* but still I am getting following error .

Re: [wtr-general] Re: An intro to Watir-WebDriver

2010-12-14 Thread John Fitisoff
Wow, that was quick. I saw the updates before I saw the actual email about the updates. :-) - Original Message From: Alister Scott alister.sc...@gmail.com To: Watir General watir-general@googlegroups.com Sent: Tue, December 14, 2010 12:07:30 PM Subject: [wtr-general] Re: An intro to

[wtr-general] Re: Test Framework

2010-12-14 Thread LizLeong
I couldn't run the sample rake command. Any help to get it going? $ pwd /Users/elizabethleong/taza/google $ rake spec:isolation:google (in /Users/elizabethleong/taza/google) rake aborted! no such file to load -- spec/rake/spectask /Users/elizabethleong/taza/google/rakefile:3:in `top