Hi, I am a new to selenium. I have installed the latest version of Java, Eclipse and selenium and have set up as suggested in the below blog- https://www.edureka.co/blog/selenium-installation/
I have also added the external jar files to the class path.
but import org.openqa.selenium.* shows compilation error as The package org.openqa.selenium is not accessible. hence I am unable to do any further progress.
the Java version - is 15
Eclipse IDE for Java Developers - Version: 2020-09 (4.17.0)
Selenium - Java - 3.141.59
Am I missing anything?