Issue Description:
- When I'm starting the test I see
data:,
in the chrome address bar and after few seconds the Chrome window get closed instead of starting navigating to the URL.
OS & Chrome info:
- ChromeDriver:- 2.19
- Chrome:- 44.0.2403.157
- Selenium:- 2.47
- Windows 7: 32 bit.
Steps to reproduce:
- Running simple test that is trying to navigate a web page using
driver.get(...)
method.
Once the test is started, the console displays the below mentioned message
"Starting ChromeDriver 2.19.333243 (0bfa1d3575fc1044244f21ddb82bf870944ef961) on port 56002 Only local connections are allowed."
Later, I see data:,
in the Chrome address bar and it just keeps loading for more than 10 minutes but does not navigate to the given URL.