You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
What steps will reproduce the problem?
1. Create a test case with selenium 2.0b3 and run in IE9
2. Load pages using IE9, detect page loads with waitForPageToLoad
3. Random failures on a codebase that works fine with FF 3.6/4, IE7/8, pages just time
out even after IE9 reports that loading has completed.
What is the expected output? What do you see instead?
Expect IE9 to have consistent detection of page loads with waitForPageLoad method as
all other browsers, instead it intermittently fails to recognize page loads, resulting
in basically every multi-page test case being unreliable.
What version of the product are you using? On what operating system?
selenium 2.0b3, same behavior on Win7 and Windows Server 2008
Anybody else have the same issue? Any workarounds?