Handeling a Security window in ruby

Hi All,

I am using ruby for automation testing.While running my script iam
getting a Security popoup from internet explorer.I want to click on yes
button but not able to do that.Can anyone help on this?

Please help

Thanks and Regards,
Aakash

In the worst case, you could use FindWindow. Heck the Win32 GuiTest gem.

jarmo (Jarmo Pertman) ยท GitHub rautomation might work for you.