Selenium RC selenium-testrunner.js Access denied error on IEProxy - Help??

Posted by melaos on Stack Overflow See other posts from Stack Overflow or by melaos
Published on 2010-04-28T02:15:32Z Indexed on 2010/04/28 2:23 UTC
Read the original article Hit count: 1151

Filed under:
|
|
|
|
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)
Timestamp: Wed, 28 Apr 2010 02:07:17 UTC


Message: Access is denied.

Line: 177
Char: 9
Code: 0
URI: http://www.google.com/selenium-server/core/scripts/selenium-testrunner.js

Hi guys, i'm just starting to learn up on selenium and while testing using mostly test cases and test suite creating using selenium IDE firefox, i'm having some problem getting it to work properly in internet explorer.

this is the cmd line that i'm using:

java -jar "selenium-server.jar" -htmlSuite *iexploreproxy "http://www.google.com/" tests/OR_Discount_UAT_Suite.htm results.html -userExtensions user-extensions.js

i try using the *iexplore but kept getting session id expired error and try with the proxy version instead.

i can now see the testrunner but keep getting the access denied error. i then try the same cmd line using firefox:

java -jar "selenium-server.jar" -htmlSuite *firefox3 "http://www.google.com/" tests/OR_Discount_UAT_Suite.htm results.html -userExtensions user-extensions.js

FYI, i've already unchecked the auto detect proxy setting in IE8.

and i can get everything running perfectly. so im not sure what's the problem right now :( anybody can help?

thanks!

© Stack Overflow or respective owner

Related posts about selenium-rc

Related posts about ie