Selenium not finding LiveValidation text.

Posted by McNabbToSkins on Stack Overflow See other posts from Stack Overflow or by McNabbToSkins
Published on 2010-04-14T16:57:58Z Indexed on 2010/04/15 7:33 UTC
Read the original article Hit count: 265

Filed under:
|

I am using the Selenium IDE to test some of my web development. I am using the JQuery LiveValidation in my code. I have an input box with some javascript behind it that will do a regular expresson and either ouput "OK" or "Error" next to the input text box based on what the user has entered.

For some reason when testing with selenium the LiveValidation will not get triggered no matter what I do and therefore I can not test it. When I do it manually it works great. Has anyone run into this problem before? Any help would be appreciated.

© Stack Overflow or respective owner

Related posts about selenium

Related posts about jQuery