java.lang.UnsupportedClassVersionError: org/openqa/selenium/WebDriver : Unsupported major.minor version 52.0 error with Selenium through Java 7
问题 This is the code of selenium code to open the chrome browser and closing it. import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.By; public class TC001_Login_Logout { public static void main(String args[]) throws Exception { System.setProperty("webdriver.chrome.driver", "C:\\Eclipse\\Selenium\\chrome"); WebDriver driver = new ChromeDriver(); driver.get("http://127.0.0.1/orangehrm-2.6/login.php"); System.out.println("Application