driver.navigate().to(“url”) is not working in Chrome 64
public void addEdge() {
driver.navigate().to("url");
}
public void addEdge () {
driver.get("url");`
}
Starting ChromeDriver 2.34.522940 (1a76f96f66e3ca7b8e57d503b4dd3bccfba87af1) on
port 10252
Only local connections are allowed.
Feb 11, 2018 12:54:41 PM org.openqa.selenium.remote.ProtocolHandshake createSess
ion
INFO: Attempting bi-dialect session, assuming Postel's Law holds true on the rem
ote end
Feb 11, 2018 12:54:45 PM org.openqa.selenium.remote.ProtocolHandshake createSess
ion
INFO: Detected dialect: OSS
[426.532][SEVERE]: Timed out receiving message from renderer: 299.935
[426.533][SEVERE]: Timed out receiving message from renderer: -0.001
[426.536][SEVERE]: Timed out receiving message from renderer: -0.004
It was working fine few days back.
This is maven Project with cucumber and ChromeDriver 2.34.522940, and Chrome Version 64.0.3282.140 (Official Build) (64-bit)