July 10th, 2026
We have added a new Check Visibility option to the Element exists step in Transaction Checks.
Wait for Element To Exist/Not Exist
Wait for Element To Contain Text/Not Contain Text
Element Should/Should Not Exist
Element Should/Should Not Contain Text
Previously, a step would pass as long as the element was found in the page, even if it was not visible to the user. Now with the update, you can now choose to also validate that the element is actually visible.
To use this option, in the Transaction Check, tick the Check Visibility box.

An element is considered visible when all of the following conditions are met:
It has computed styles.
It has a non-empty bounding client rect.
Its visibility is not set to hidden or collapse.
For more information on our Transaction Check, check our documentation.