I have recently downloaded Java13, latest version of Eclipse and Selenium Java language binding version 3.14 . Then Selenium JAR files to reference library in Eclipse. I have been following some tutorials to install Selenium. All the tutorials were talking about downloading 'Selenium Stand alone server' but I could not find relevant download link on new selenium HQ website. But any ways I tried to run my first selenium script with Selenium JAR files available on the website. I am getting following error;
'Error: Unable to initialize main class firstmodule.firstscript
Caused by: java.lang.NoClassDefFoundError: org/openqa/selenium/WebDriver'
Please help me in fixing this issue.
Thank you,
Abhilash