[wtr-general] Re: POPUP HANDLING IN WATIR

2012-02-02 Thread Jeff Ducharme
Hi AUQA, Is the problem with the click_no_wait. Is your script executing the click_no_wait before the popup has appeared therefor no OK text to click. We decided to implement a wait_until_exists method to address this issue. This example is specificly for ajax element becoming enabled but

Re: [wtr-general] Re: popup handling

2010-01-28 Thread naveen kumar
Hi , Thanks for your reply, when i tried pop op clicker method it throws error saying nomethod found error how can i rectify this.Please help me in this regard Thanks, Naveen On Fri, Jan 22, 2010 at 6:32 AM, Wesley Chen cjq@gmail.com wrote: If the methods above can't work, you can try the

Re: [wtr-general] Re: popup handling

2010-01-28 Thread Wesley Chen
How do you invoke the method? Wesley. For life, the easier, the better. On Fri, Jan 29, 2010 at 1:51 AM, naveen kumar naveeenku...@gmail.comwrote: Hi , Thanks for your reply, when i tried pop op clicker method it throws error saying nomethod found error how can i rectify this.Please help

[wtr-general] Re: popup handling

2009-03-04 Thread bwaybandit
what browser are you using? On Mar 3, 6:45 am, Vikas Tulashyam vtulash...@gmail.com wrote: Hi friends, I am getting an error while handling the popup. I have attached the code and following is the error message�� :/ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/contrib/

[wtr-general] Re: popup handling

2009-03-04 Thread bwaybandit
k never mind the browser. require 'watir/contrib/enabled_popup' that statement needs to move into your class where you are doing your popup stuff. those global requires kill ya. On Mar 3, 6:45 am, Vikas Tulashyam vtulash...@gmail.com wrote: Hi friends, I am getting an error while handling