jingz-db commented on PR #45079:
URL: https://github.com/apache/spark/pull/45079#issuecomment-1942893943

   Hi @dongjoon-hyun , similar error also happens on my local env with errors 
below:
   ```scala
   [error] 
/Users/jing.zhan/spark/core/src/test/scala/org/apache/spark/deploy/history/ChromeUIHistoryServerSuite.scala:37:29:
 Class org.openqa.selenium.remote.AbstractDriverOptions not found - continuing 
with a stub.
   [error]     val chromeOptions = new ChromeOptions
   [error]                             ^
   [error] 
/Users/jing.zhan/spark/core/src/test/scala/org/apache/spark/deploy/history/ChromeUIHistoryServerSuite.scala:39:21:
 Class org.openqa.selenium.remote.RemoteWebDriver not found - continuing with a 
stub.
   [error]     webDriver = new ChromeDriver(chromeOptions)
   [error]                     ^
   [error] 
/Users/jing.zhan/spark/core/src/test/scala/org/apache/spark/deploy/history/ChromeUIHistoryServerSuite.scala:39:17:
 type mismatch;
   [error]  found   : org.openqa.selenium.chrome.ChromeDriver
   [error]  required: org.openqa.selenium.WebDriver
   [error]     webDriver = new ChromeDriver(chromeOptions)
   [error]                 ^
   [error] 
/Users/jing.zhan/spark/core/src/test/scala/org/apache/spark/ui/ChromeUISeleniumSuite.scala:38:17:
 type mismatch;
   [error]  found   : org.openqa.selenium.chrome.ChromeDriver
   [error]  required: org.openqa.selenium.WebDriver with 
org.openqa.selenium.JavascriptExecutor
   [error]     webDriver = new ChromeDriver(chromeOptions)
   [error]                 ^
   [warn] one warning found
   [error] four errors found
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to