org.openqa.selenium.WebDriverException: unknown error: result.webdriverValue.value list is missing or empty in Runtime.callFunctionOn response

I found the following Stackoverflow post

You have this issue, because Chrome version 119.0.6045.106 doesn’t match with Chrome driver version 118.0.5993.70 .

So, I did Tools > Update WebDriver > Chrome.

Then, the problem has been resolved.

4 Likes