Get help with testing, discuss unit testing strategies etc.


Post by nmorado »

BTW, I am using Aurora 13.0a2 (2012-03-25)

Post by nickolay »

This is weird. Can you try on some other machine?

Post by nmorado »

Any updates on this issue?
thanks

Post by nickolay »

Can you try to launch selenium on some other machine?

Post by nickolay »

Also - is IE installed in the default location on your machine?

Post by nmorado »

It ran on a different machine.

The IE installation appears to be in the default location but just in case, how do you override it if it's different?

Thanks

Post by nickolay »

There's a special option during instantiation of the Selenium driver instance - its not yet integrated into Siesta.

What was the OS/browsers on the machine where it ran?

Try replacing the "selenium-server-standalone" with the latest "selenium-server-standalone-2.20.0.jar": https://code.google.com/p/selenium/downloads/list

This may fix your issue or may not, because Selenium developers often introduce regressions in new releases. You will need to do find/replace in the source files in /bin/ too for selenium-server-standalone..

Post Reply