I am using Selenium 3.7, firefox 56.0.2 and geckodriver-v0.19.0-win64 but I can't run my project:
System.setProperty("webdriver.gecko.driver", "E:\\geckodriver.exe");
WebDriver driver = new FirefoxDriver();
driver.get("http://www.toolsqa.com");
Please help me to fix this exception:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/http/config/RegistryBuilder