Quantum 3.1.7 release notes

The Quantum 3.1.7 release includes the following enhancements:

  • Addressed a Webdrivermanager library security vulnerability by upgrading from version 5.4.6 to 6.1.0.

  • Added a configuration option to prevent automatic generation of a failed test TestNG config file. To disable this behavior, set generate.failed.testng.file=false in the project’s applications.properties file. Omitting the property or setting it to any other value will allow the file to be generated.

  • Resolved an issue where an “Unsupported command” error could occur when executing element.click() or element.sendKeys() on an identified element while the active Appium driver is in NATIVE_APP context.

Upgrade to Quantum 3.1.7

  1. Review and apply the changes outlined in the Quantum 3.0.0 release notes.

  2. Update the quantum.version reference in the project’s pom.xml file to 3.1.7 or the latest available version from Maven Central.