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.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Due to certain changes made by Selenium committers, between Selenium version 3.2 and 3.5.3 tests using timer (for e.g. 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 for this 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


  • No labels