So I had a javascript error that was stopping me from advancing my test, so I
added the following to my script to get around it:

        <enableJavaScript description="Disable javascript to avoid bugs"
enable="False"/> 

This worked and I was able to get to the next page and do a <verifyTitle>
step to make sure I got to the next page.

Now my issue is that on the next page I have 3 "buttons" and they are all
coded in JS,  to finish my test all I want to do is click on one of these
buttons, but I just get an error when trying to do so.  Would this because I
have disabled javascript with the above setting and if so, is there a way
around it so I can click on one of these buttons and continue one?
-- 
View this message in context: 
http://www.nabble.com/Java-Script-issue-tp22184309p22184309.html
Sent from the WebTest mailing list archive at Nabble.com.

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to