Hello,

I am trying to handle popups with firewatir.
My scenario is clicking on delete button, a popup confirmation will
open and I should click "ok".  After that a second popup will open and
I should write the reason and click "ok".

So far I was able to click on the delete button and the second popup
will appear but not closed (the first popup is not appearing, but I
assume it is by design).

How can I close the second popup?

My firewatir code is:

$ff.startClicker("ok")
$ff.image(:name, /elete/).click
$ff.startClicker("ok")
--~--~---------~--~----~------------~-------~--~----~
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