Environment: Win 7, Selenium 3.0.0 beta, FireFox- 49.0.1
System.setProperty("webdriver.gecko.driver","C:\\geckodriver.exe");
WebDriver driver=new FirefoxDriver();
Issue 1:
Command: driver.close();
or ((FirefoxDriver) driver).kill();
Expected Result: Browser should close.
Actual Result: Browser is not closing.
Issue 2:
Command: driver.quit();
Expected Result: Browser should close.
Actual Result: Firefox crashed.
Getting Error: "Plugin container for FireFox has stopped working."
Any suggestions...