Unknown error: call function result missing 'value'

hi,
when I try to send text to Hybrid application it fails with following error message.
org.openqa.selenium.WebDriverException: unknown error: call function result missing ‘value’
(Session info: chrome=66.0.3359.158)
(Driver info: chromedriver=2.33.506120.

But it works for the hybrid button click. please help

Yes Update your Chromdriver version 2.37. Use this command npm install - g Chromedriver.

@JAYESH_BHOR :slight_smile: thank you. it works

@JAYESH_BHOR do you know why click() event is working?

Even I am also not sure :sweat_smile:

:sweat_smile: ohhh. I need to find some proof.