Re: [wtr-general] Handling of Jquery objects by Watir

2010-12-01 Thread Michael
We too have a lot of JavaScript, and the trick to get it all to work was to use watir-webdriver which fires the events properly for MooTools and Jquery to work. Watir was very unsuccessful on this front, and Firewatir was so-so. On Wed, 1 Dec 2010 05:23:54 -0800 (PST), the_zonker wrote: > Hi

Re: [wtr-general] Handling of Jquery objects by Watir

2010-12-01 Thread Ċ½eljko Filipin
On Wed, Dec 1, 2010 at 2:23 PM, the_zonker wrote: > I'm stopped on step 2. I tried to open sub menu "Sub 2 - 2" in several > ways: Works just fine for me (Mac, Firefox, watir-webdriver[1]): $ irb >> require "watir-webdriver" => true >> browser = Watir::Browser.new :ff => # >> browser.goto "http:

[wtr-general] Handling of Jquery objects by Watir

2010-12-01 Thread the_zonker
Hi guys, my customers ask me to investigate the possibilities of using Watir for test automation. It's assumed that future service site will have a lot of Jquery elements. So I try to use Watir for their handling on some Jquery element examples and faced with the problem for the foolowing Menu bar