views:

120

answers:

3

Hi have problem i create test when i run it from selenium IDE everything is ok, test be passed. When i run my test by selenium testRunner the page was opened but any command eg. clickandwait cannot run in log error "Illegal operation on WrappedNative prototype object". Any idea?

A: 

i have same problem :C, if you obtain the solution please,make me know

gipson
A: 

ok i run my test in selenium ide 1.06 and it run perfectly. Next problem need make test in my server. I use selenium-server and the problem is the same, when i run test in my production server everything is ok test passed!. When i run test in localhost first page is loaded, any command make error. I run in selenium rc 1.0.3 and 1.0.2. Any idea?

Adrian
+1  A: 

There's an issue for this in their bug tracker:

http://code.google.com/p/selenium/issues/detail?id=703

Sam Hasler