This is v. frustrating. I get Internet Explorer Script Error modal dialog when i call selenium.waitForPageToLoad(). Below is a snippet of the command sequence.
... type(short_desc, IE6.0 -- Testcase:SimultaneousEditingConflictDetected... click(component) select(component, place holder) click(commit) waitForPageToLoad(60000) ...
I turned off all debug or script error report (Tools->i.options->advanced). somehow it still manages to pop up. Anyone knows of any issue with IE and waitforpagetoload?