I am doing a basic selenium test with Java using Eclipse. I am following this tutorial.
https://www.youtube.com/watch?v=2SzdhH8xAX4
But I get the error when trying to run the code.
And here is this too.
Exception in thread "main" org.apache.bcel.verifier.exc.AssertionViolatedException:
FOUND:
INTERNAL ERROR: Oops!
Exiting!!
at org.apache.bcel.verifier.exc.AssertionViolatedException.main(AssertionViolatedException.java:102)
Anyone care to help me solve this problem and execute this simple test?