I'm trying to create a WebDriver object for Chrome in Eclipse, and was advised to add the following 2 statements in the begging of the script
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
However, after above 2 statements were added, when hovering mouse on "org" in each of above 2 statements, there's an error displayed, like: Import org can not be resolved and the statements were marked as wrong
Any one can help me on this where I was stuck?
Thanks!