Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I can't use send_keys for chrome webdriver [duplicate]

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 ?

like image 239
Zaki Ahmed Avatar asked Nov 18 '22 16:11

Zaki Ahmed


1 Answers

I've gotten the same error, please download the last ChromeDriver version and/or update chrome browser version and it will be working fine :)

https://chromedriver.storage.googleapis.com/index.html?path=2.36/

like image 170
Coder Avatar answered Feb 15 '23 03:02

Coder