I have been working on a web app, and it was designed for Firefox only. The getProperty(".readyState") always return 4 >> READY even if the page is still loading. I already tried the following: - image comparison using Robot (NO LUCK) - waitForExistence
readyState is an IE property and it seems it is not working properly using Firefox.
any help from the experts are greatly appreciated. Thanks