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?
In the worst case, you could use FindWindow. Heck the Win32 GuiTest gem.
···
On Jun 8, 2012, at 1:29 AM, Aakash Dev <lists@ruby-forum.com> wrote:
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?