I used selenium 2.53.1 and tried invoking browser but browser throws Windows authentication pop up. Once Windows authentication pop up comes driver.get() will throw exception in selenium 2.42 but the same scenario is not working in 2.53. Driver is not throwing any exception and stays idle for long time in 2.53
Browser used firefox. Eg: url driver. Get("https://www.engprod-character.net/"); Windows Authentication pop up window occur expection requires user credentials.
In selenium 2.42 : as driver is unable to invoke browser it throws exception, so that i catch that exception and handle the authentication pop up by using robot fw code. Browser : firefox 29
In selenium 2.53: driver is not throwing any exception. So i couldn't able to handle it. Browser : Firefox 46
Why selenium 2.53 is not throwing exception. Do we have any alternate other than using autoIT.