...
The fix recommended by the Selenium community for this is to use guava21 or guava23.jar when executing test cases.
Given below is the Selenium - guava jar compatibility matrix.
<<Table showing the following information. Also add respective selenium and guava version link to the text in the table>>
...
Selenium Version | Required guava jar version |
---|---|
selenium-server-standalone-3.2.0 |
...
...
jar |
selenium-server-standalone-3.3.0 |
...
guava-21.jar | |
selenium-server-standalone-3.4.0 |
...
guava-21.jar | |
selenium-server-standalone-3.5.0 |
...
guava-23.jar | |
selenium-server-standalone-3.5.1 |
...
guava-23.jar | |
selenium-server-standalone-3.5.2 |
...
guava-23.jar | |
selenium-server-standalone-3.5.3 |
...
guava-23.jar | |
selenium-server-standalone-3.6 |
...
.0 | Not Required |
- For the detailed change log of Guava jar, click here.
- For the detailed change log of Selenium server standalone, click here