Hi
I am running Selenium-RC using the jars:
'selenium-java-client-driver.jar'Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: Apache Maven
Built-By: Administrator
Build-Jdk: 1.6.0_07
and
'selenium-server.jar'Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 10.0-b23 (Sun Microsystems Inc.)
Main-Class: org.openqa.selenium.server.SeleniumServer
I run the test using IE6
during the tests I get Script Error dialog that stop the test suite and prevent it to continue.
I disabled the display script message in IE-->tools-->advnaced
but it didn't help. How can I avoid getting this error message?
Attached the error dialog that I get, as you can see there, it's as a result of running some runScript
selenes command.
IE6_Error.bmp