Has anyone figured out a good way to issue a "wait" command in Selenium so that a page can complete loading before continuing with a test case? The usual waitForElementPresent does not work as expected...
In general, I am finding that I can record well enough, but playback does not work well at all due to objects not being available, usually due to a modal popup like "loading data".
In general, I am finding that I can record well enough, but playback does not work well at all due to objects not being available, usually due to a modal popup like "loading data".
Comment