The problem may be with your capitalization. It should be

  require 'watir/ie'

If that doesn't help, please give us more information regarding what is 
not working.

Bret

malar wrote:
> Hi,
> i am having Ruby-186.26  and watir-1.6.2 in my system.
> will watir-1.6.2  support pop-up message?
>
> require 'watir/IE'
> require 'watir/winclicker'
> require 'watir/contrib/enabled_popup'
>
> ie.button(:value,"Add").click
>  hwnd = ie.enabled_popup(10)
>    if(hwnd)
>          w = WinClicker.new
>          w.makeWindowActive(hwnd)
>          w.clickWindowsButton_hwnd(hwnd, "ok")
>    end
>
> i tried with this code
> But its not working...
>
>
> >
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to