hi,

handle the popup window using autoit.
install autoit software. and use the followinf code

autoit = WIN32OLE.new('AutoItX3.Control')
    Opt("WinTitleMatchMode", 3)
autoit.WinWait('Windows Internet Explorer', '', 2)

autoit.WinActivate('Windows Internet Explorer')
autoit.Send('{enter}')

This will work fine with out any issue

Regards,
Kiran Y

On Wed, Apr 8, 2009 at 5:56 PM, spike <vinaykumarl...@gmail.com> wrote:

>
> Hi
>
> I'm woking on windows platform and IE7 using "WATIR" I've used the
> following code for handling "JavaScript" popup
>
> require 'win32ole'
> wsh WIN32OLE.new('Wscript.Shell')
>  wsh.AppActivate('Windows Internet Explorer')
>  wsh.Sendkeys('{ENTER}')
>
> but its not working i'm getting the following error.
>  1) Error:
> test_manage_resources(Manageresources):
> NoMethodError: undefined method `wsh' for #<Manageresources:0x2b8c4bc>
>    manageresource.rb:24:in `test_manage_resources'
>
> Please Please please... give a solution to my problem i'm stuck with
> handling popup from past 2 days..
>
> thankingyou
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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