Hi,

I am a newbie in using WATIR.
My Question is not a new one.
I am testing a https site and i have to press 'Yes' in the security alert
box.
The following code doesnt helped me in solving my problem.

So please help me to get rid of this Security Alert popup

Configuration Details:
Windows XP (SP2)
IE 6.0
Ruby 1.8.5
Watir 1.5.1.1158

If possible please provide me a good example how to use AutoIt in Watir.
Can we use AutoIt to control ActiveX controls and Java Applets embedded in
WebPages?

=======================================================================
require 'watir'   # the watir controller
include Watir
require 'watir/WindowHelper'

t = Thread.new(){
helper = WindowHelper.new
helper.push_security_alert_yes()
}

ie =IE.new

m = Thread.new(ie) {
   ie.goto('https://someurl')
}

m.join
t.join

#Other Code
=======================================================================

Thank you.

--
Regards,
Manikandan.R,
Tamil Nadu,
India.

||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||
"Success is how high you bounce when you hit the bottom"
||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||=||

<<attachment: SecurityAlert.JPG>>

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to