Watir: Need to double click on an element to open custom popup
Posted
by Namratha
on Stack Overflow
See other posts from Stack Overflow
or by Namratha
Published on 2010-04-29T07:20:41Z
Indexed on
2010/04/29
7:27 UTC
Read the original article
Hit count: 301
Hello,
I am a newbie in WATIR. The problem I am facing is - The application I am testing has thumbnails (like Windows icons) placed on the page and I need to double click it. On doing that, an custom popup (ajax popup implemented in javascript) will open. The fire_event("ondblclick") is not working for me. I also tried 'click' twice but that too is not helping. Is there any other way of handling this? Your help is highly appreciated.
© Stack Overflow or respective owner