문제

I check the property .readyState of BrowserTestObject using RFT (Rational Functional Tester).

Sometimes before the next step in my test script I need to be sure that the page is 'ready' and all objects are loaded.

Does the .readyState == 4 mean that all objects within the browser are loaded and ready? Could any ajax call in background be still "working" or it must finish before the browser returns .readyState=4? What about a flex application?

Is that behavior browser independent or not really? I am after IE 8 (and firefox 3.6.x)

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top