Error driver navigate to url is not working in Chrome 64 and driver chrome 2 35

0 votes

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)

Jul 5, 2018 in Selenium by Martin
• 4,320 points
2,512 views

1 answer to this question.

0 votes
You should downgrade your chrome. It will work
answered Jul 5, 2018 by Samarpit
• 5,910 points

Related Questions In Selenium

0 votes
1 answer

driver.navigate().to("URL") in selenium

driver.get() and driver.navigate().to() are both same just ...READ MORE

answered Jan 22, 2019 in Selenium by Nisa
7,232 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,617 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,572 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,629 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
7,519 views
0 votes
1 answer
+1 vote
2 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP