Compilation error: Exception in thread “main” java.lang.Error: Unresolved compilation problems with findElement(By.Id()) using Selenium Webdriver
问题 I have configured Java, Eclipse and Selenium to be used for automating a web based application. But, I am facing below mentioned issues: Issue 1: Warning : Build path specifies execution environment JavaSE-14. There are no JREs installed in the workspace that are strictly compatible with this environment. Issue 2: Unable to access objects of selenium in the code. Issue 3: Getting the below mentioned compilation error: Exception in thread "main" java.lang.Error: Unresolved compilation problems