Document toolboxDocument toolbox

A new version of Qualitia Automation Studio for Web and Mobile 7.2.x is now available. We highly recommend you upgrade. Find more details here.

Guava Jar Dependency On Selenium Standalone Server

Due to certain changes made by Selenium committers between Selenium version 3.2 and 3.5.3, tests using timer (for example, Qualitia actions like WaitForPageToLoad, WaitForObject and other timer related actions) were failing when using these Selenium versions with Qualitia.

The fix recommended by the Selenium community is to use guava21 or guava23.jar when executing test cases.

Given below is the Selenium - guava jar compatibility matrix.

Selenium VersionRequired guava jar version
selenium-server-standalone-3.2.0guava-21.jar
selenium-server-standalone-3.3.0guava-21.jar
selenium-server-standalone-3.4.0guava-21.jar
selenium-server-standalone-3.5.0guava-23.jar
selenium-server-standalone-3.5.1guava-23.jar
selenium-server-standalone-3.5.2guava-23.jar
selenium-server-standalone-3.5.3guava-23.jar
selenium-server-standalone-3.6.0Not Required
  • For the detailed change log of Guava jar, click here.
  • For the detailed change log of Selenium server standalone, click here.

Not finding what you need?