Watir does not trigger Jquery event handler
Posted
by Gary
on Stack Overflow
See other posts from Stack Overflow
or by Gary
Published on 2009-06-29T02:10:39Z
Indexed on
2010/03/15
15:09 UTC
Read the original article
Hit count: 581
I am testing a JQuery Web application. I have a JQuery popup that I simply cannot get the submit button to fire in Watir. The same pattern is used thought the application.
I have verified the button exists and have tried click, fireEvent you name it and am out of methods to call.
Has anyone solved this?
© Stack Overflow or respective owner