My test setup consists of several Java test cases running in IE6 using Selenium RC and TestNG.
During my tests, the following IE Script error popup appears randomly. When I try to close this pop-up window by clicking the "Yes" button, the test run freezes and I have to complete the entire run.
I tried disabling the popup blocker and the MDM service, but to no avail.
Any pointers to what causes these errors and how to avoid them ??

source
share