Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (19.7k points)

I am getting the below error while sending keys.

Result Message:

System.InvalidOperationException : unknown error: call function result missing 'value'

  (Session info: chrome=65.0.3325.146)

  (Driver info: chromedriver=2.33.506120 (e3e53437346286c0bc2d2dc9aa4915ba81d9023f),platform=Windows NT 10.0.14393 x86_64)

 I have updated the chrome driver to 2.36 but still my code search for 2.33?

Any idea?

1 Answer

0 votes
by (62.9k points)

Download the latest version of the ChromeDriver, as per 2019 the ChromeDriver's latest version is either 76.0.3809.25 or 76.0.3809.12. Then extract the driver, and remember the path, which you will use to initialize the chrome browser using the chrome web driver, just make sure you have added ("path\\chromedriver.exe") in your path.  Use the below link, and it will be working fine.

http://chromedriver.chromium.org/downloads

Hope this helps!

Browse Categories

...