spike,

The only thing I see right off is that you have:

wsh WIN32OLE.new('Wscript.Shell')

My guess is that it should be:

wsh = WIN32OLE.new('Wscript.Shell')

That would seem to fit with the error you are getting:

 NoMethodError: undefined method `wsh' for #<Manageresources:
0x2b8c4bc>

Jim

On Apr 8, 7:26 am, 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