Below are the versions i used.
Java 11.0 Selenium webdriver 3.14
Can anyone please let me know the solution for this.
package packageone;
import org.openqa.selenium.WebDriver;
public class Firstclass {
public static void main(String[] args) {
// TODO Auto-generated method stub
WebDriver driver= new chromedriver();
}
}