## The problem
Issue SeleniumHQ/selenium#13081 (closed, 50 comments): ### What happened?
Test script now running, failing with the exception posted below
### How can we reproduce the issue?
```shell
i just updated chrome browser to Version 119.0.6045.105 (Official Build) (x86_64)
```
### Relevant log output
```shell
org.openqa.selenium.WebDriverException: unknown error: result.webdriverValue.value list is missing or empty in Runtime.callFunctionOn response
(Session info: chrome=119.0.6045.105)
Build info: version: '4.11.0', revision: '040bc5406b'
System info: os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '13.6', java.version: '11.0.20'
Driver...
## What fixed it
[titusfortner (member)]: The unknown-error driver failures come from a Chrome/ChromeDriver version mismatch caused by third-party driver managers. Remove any chromedriver on your system and stop using other driver managers; Selenium Manager in the latest Selenium handles it by default. Reporters confirmed updating chromedriver fixed it.