Selenium webdriver using firefox
System.setProperty("webdriver.firefox.marionette", "c:\\geckodriver-0.24.0-win64.exe");
WebDrier driver = new FirefoxDriver();
driver.get("http://localhost/index.html");
The browser is opened, but page can not be loaded.Error: Caused by:
org.openqa.selenium.net.UrlChecker$TimeoutException: Timed out waiting for [http://localhost:45855/hub/status] to be available after 45002 ms
Caused by:
java.util.concurrent.TimeoutException