Forum Discussion

Siebe's avatar
Siebe
Occasional Contributor
2 years ago

Upgrade to 3.30.0 broke Selenium Test

Yesterday, we upgraded as usual ReadyAPI from 3.20.2 to 3.30.0 . Unfortunately, this broke the selenium groovy test script: Getting the error:

 

java.lang.NoSuchMethodError: 'com.google.common.collect.ImmutableMap com.google.common.collect.ImmutableMap.of(java.lang.Object, java.lang.Object, etc...

 

Actions done so far but no luck in fixing:

-Downloaded newest Java webdriver, newest chrome & newest gecko drover. Also updated the guave jar file.

 

Anyone has another idea? Or where to download the previous version of ReadyAPI?

1 Reply

  • Siebe's avatar
    Siebe
    Occasional Contributor

    Update, reverting back to Selenium Java 4.1.1 driver (and deleting the 4.1.3 & 4.1.2 jar files) fixed the issue.