I am running these sample code and it worked fine for few times and then after i received firefox update. Once after firefox is updated, my program is not working with the error mentioned below.
// TODO Auto-generated method stub
WebDriver driver=new FirefoxDriver();
driver.manage().window().maximize();
driver.findElement(By.className("gb_P")).click();
driver.findElement(By.id("identifierId")).sendKeys("santu.334");
driver.findElement(By.name("Next")).click();
Error Message:
org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms.
Firefox console output:
c/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":null,"aboutURL":null,"icons":{"32":"icon.png","48":"icon.png"},"ic
Current FireFox version is: 47.0.1
can any one could help me on it.