Hi All,
I'm using Selenium Builder to record and play back some automated cross browser tests using Sauce OnDemand. Our site is a single page app which is complex to test because the page loads asynchronously and is not done loading when the DOM is initially loaded. I noticed that the clickElement command uses a configurable timeout, but verifyTextPresent seems to fail immediately. Does anyone know who this is the case, or is there a separate timeout I need to set?
Also if there is any general advice for testing pages who load using AJAX after page load, I'd really appreciate it.
Thanks,
Evan