[wtr-general] Re: Find Pop-up text and close function is not working

2008-12-09 Thread Prince3105
Hi Mates, After a long searching i got the solution. Instead of using complicated functions and methods, i use simple code to retrieve the text from a Web Dialog. require 'watir/ie' require 'watir\contrib\enabled_popup' require 'watir/dialog' require 'watir/winClicker' @ie = Watir::IE.new

[wtr-general] Re: Find Pop-up text and close function is not working

2008-12-01 Thread Prince3105
when i execute the function , popup_text[0] returns nil. Still i am searching for a solution and trying all methods in WinClicker class but not yet received a solution. So please guys give some ways to reach the target. Thanks, Prince3105 On Dec 1, 9:20 am, wesley chen [EMAIL PROTECTED] wrote: