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 [email protected]
Before posting, please read the following guidelines:
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---