Re: [wtr-general] Re: Redo the last command

2010-07-14 Thread Namratha Prabhu
I too am facing a similar issue and have not been able to find a solution for this. The page loads fine when manually doing it but when running thru watir script, the page does not load fully. Since this is an AJAX page, reloading it means it'll go to the initial state, like Shlomit said. But by

[wtr-general] Re: unable to click image in a div

2010-07-14 Thread Super Kevy
Consider autoit sendkeys. This is code (partial) scraped from the demo on the thumbs popup div class=product-panel-inner style=overflow: hidden; position: relative; div class=product-panel-title style=overflow: hidden; position: relative; div class=gwt-HTMLOVERSIZED SQUARE SUNGLASSES WITH

Re: [wtr-general] Re: unable to click image in a div

2010-07-14 Thread Basim Baassiri
Thanks Super for the suggestion.I was looking for a cross platform solution I tried you suggestion and it works (as a workaround) Thanks Basim On Wed, Jul 14, 2010 at 10:39 AM, Super Kevy kpe...@scholarshipamerica.orgwrote: Consider autoit sendkeys. This is code (partial) scraped from the

[wtr-general] NoMethodError: undefined method `' for nil:NilClass when closing base browser on new window pop-up

2010-07-14 Thread Basim Baassiri
I tried the following without success irb(main):001:0 require 'watir' = true irb(main):002:0 Watir::Browser.default = 'firefox' = firefox irb(main):003:0 url = ' http://overlay-retail-test-files.overlay.tv/watir/watir-group-new-window.html ' =

Re: [wtr-general] NoMethodError: undefined method `' for nil:NilClass when closing base browser on new window pop-up

2010-07-14 Thread Ethan
It does look like a bug in firewatir. You can open a ticket and wait for it to be fixed, maybe. You can try Vapir-Firefox, which is my much-improved fork of firewatir - see http://vapir.org/ and the wiki at http://wiki.github.com/vapir/vapir/ There's also watir-webdriver, which may be worth a