[wtr-general] Re: Unable to find Items in Firefox

2009-08-19 Thread Loft_Tester
I appologize if the text wraps on your screan, It did not when the entry was created On Aug 19, 2:56 pm, Loft_Tester aaronr...@gmail.com wrote: Recently, we updated our Web UI, and now watir is unable to find items in firefox.  These items are also tested vs IE and those tests are working

[wtr-general] Re: Unable to find Items in Firefox

2009-08-19 Thread Paul Rogers
firefox is far more fussy about correct html than IE. try pasting the html into the w3c validator to make sure there are no structure errors. Paul On Wed, Aug 19, 2009 at 1:36 PM, Loft_Tester aaronr...@gmail.com wrote: I appologize if the text wraps on your screan, It did not when the entry

[wtr-general] WebDriver

2009-08-19 Thread Pallavi Sharma
Hi Has anyone used Webdriver[http://code.google.com/p/webdriver/] as a automation tool here?? Is there any comparisions of the same available with watir? If used, can anyone share their experience with the tool? Thanks Pallavi. --~--~-~--~~~---~--~~ You

[wtr-general] query regarding destination of picture save

2009-08-19 Thread shailesh
I am still learning the basics . This might be very simple but I am not getting the required result although my other friends are able to run it properly. Please help. This is the code to save images from a webpage from Watir Examples: require 'watir' browser = Watir::IE.new

[wtr-general] retrieving data from Child IE window to Parent IE Window

2009-08-19 Thread blranilmenon
Hi All, Below the test case i am currently trying to automate using Watir, if some one in this group could help me out. Test case is: 1) Open url(www.sample.html) in IE. 2) Click Find button. New IE (Child) window open. 3) Select JJ User from secondary window. 4) Selected user name is displayed

[wtr-general] Re: retrieving data from Child IE window to Parent IE Window

2009-08-19 Thread Raveendran P
Hi, Please look on this URL -- http://wtr.rubyforge.org/ and try yourself Thanks On Thu, Aug 20, 2009 at 10:28 AM, blranilmenon blranilme...@gmail.comwrote: Hi All, Below the test case i am currently trying to automate using Watir, if some one in this group could help me out. Test