I have a rather ajax-heavy web application that I am testing with Selenium, and Selenium IDE. Everything works fine until the final submit. Usually it errors out due to the outstanding number of ajax requests that are still in process (usually around 20). Is there any way to have selenium wait for all ajax requests to be complete? I have tried waitForEval Value = "$.active==0" (pictured below) but that doesn't seem to do anything
Is this something that is possible with Selenium IDE?
Note - I do have to use the IDE due to the fact that the business types and I are passing the scripts back and forth.
Aucun commentaire:
Enregistrer un commentaire