I just started learning Selenium with Java. However, my question is more around Java as I am new to that as well. I am using Eclipse to create the Java project and added all the required libraries to the build path. I guess this is how I can refer to these libraries using the 'import' statement in my classes.
So, I am getting these errors like:
The import org.openqa.selenium.chrome cannot be resolved.
Even the standard Java libraries could not be imported.
Almost all the solutions on StackExchange or elsewhere suggest the solution as to add these libraries to the Buildpath, which I have done.
I have already setup the Path variable to JDK bin. I do not know what else I am missing.
Thanks, vishnu.b