Gyeongtae Park created ZEPPELIN-6195:
----------------------------------------
Summary: Selenium Test Failure Due to Unsupported Runtime.evaluate
Command
Key: ZEPPELIN-6195
URL: https://issues.apache.org/jira/browse/ZEPPELIN-6195
Project: Zeppelin
Issue Type: Task
Reporter: Gyeongtae Park
Assignee: Gyeongtae Park
Fix For: 1.0.0, 0.12.1, 0.13.0
*Summary:*
The GitHub Actions job {{test-selenium-with-spark-module-for-spark-3-4}} is
failing due to a Selenium-related error. The failure is caused by ChromeDriver
not supporting the {{Runtime.evaluate}} DevTools command used internally by
Selenium when executing JavaScript.
*Error Message (excerpt):*
```bash
org.openqa.selenium.WebDriverException:
unknown error: JavaScript code failed
from unknown command: 'Runtime.evaluate' wasn't found
```
*Actions Taken:*
* Upgraded {{selenium.java.version}} from {{4.11.0}} to {{4.20.0}}
* Explicitly downgraded both Chrome and ChromeDriver to version
{{{}125.0.6422.60{}}}:
--
This message was sent by Atlassian Jira
(v8.20.10#820010)