Having a problem getting going with Selenium on Java. I\'m trying to follow the example on this page: http://code.google.com/p/selenium/wiki/GettingStarted
I\'m ty
For those doing a java dynamic web project in eclipse, and receiving the error above, the following link might help:
http://me-ol-blog.blogspot.co.il/2013/07/using-selenium-in-java-dynamic-web.html
Basically, it mentions that the standalone jar is not "standalone" when using dynamic web projects and that a different jar should be used along with its dependent jars.