Live Webinar: How to Select an Automation Tool in the AI Era: Hype vs Reality Register Now.
Turn your manual testers into automation experts!Request a Demo

Release Notes: TOTP/Two-factor authentication, multi-point drag, desktop app

Weekly Newsletter
Receive weekly testRigor newsletters packed with insights on test automation, codeless testing, and the latest advancements in AI.

This week, we added the ability to drag to multiple points, we added another way to handle one-time passwords, and we made it easier to test desktop applications.

Drag (Drag to multiple points)

We implemented a command to drag the mouse to multiple points without releasing the click.

  • Use the following syntax:
drag "firstElement" through "element2" through "element3" to "finalElement"
drag "firstElement" to "finalElement" through "element2" through "element3"

*Note: We can also use via in the place of through.

  • We can also use offsets (coordinates) on the same canvas.
drag "canvas1" with offset "0,0" to "canvas1" with offset "50,0" via "canvas1" with offset "0,50" through "canvas1" with offset "50,50"
drag "canvas1" with offset "0,0" via "canvas1" with offset "0,50" through "canvas1" with offset "50,50" to "canvas1" with offset "50,0"

*IMPORTANT NOTE: This feature is available for desktop web applications and Windows remote desktop.

Google Authentication/TOTP

In addition to QR-codes, Google Authenticator pin codes can now be generated from text secrets.

generate totp code using "mysecret" and save it as "code"
generate google code from stored value "myStoredSecret" and save it as "code"
generate pin with totp using "mysecret" and save it as "code"

Desktop App Testing (Remote Desktop Testing)

Test case command can now use the AutomationId attribute to refer to elements on the screen.

  • To do this, it is necessary to set up Windows Application Driver on the VM being used for testing your desktop application and provide the URL in Settings -> Remote Desktop -> Windows Application Driver URL.
Related Articles

Release Notes: Native Date Handling, Override Chrome Extension

Native Support for Date and Time Operations testRigor now supports native date and time handling with new built-in variables and ...

Release Notes: Version Control, Rerun Failed, Team Folders

Version Control for Test Cases This feature introduces test case versioning, similar to the existing functionality for rules, ...

Release Notes: New Setting for Finding Tables

New Setting for Finding Tables This update introduces a condition-based table search strategy to improve table detection ...
Privacy Overview
This site utilizes cookies to enhance your browsing experience. Among these, essential cookies are stored on your browser as they are necessary for ...
Read more
Strictly Necessary CookiesAlways Enabled
Essential cookies are crucial for the proper functioning and security of the website.
Non-NecessaryEnabled
Cookies that are not essential for the website's functionality but are employed to gather additional data. You can choose to opt out by using this toggle switch. These cookies gather data for analytics and performance tracking purposes.