Check
Assert what the page, Element, browser, or stored data should look like.
Check Test Steps verify the result of the journey so far. Use them to confirm an Element state, text, URL, title, cookie, storage value, or other expected outcome.
If the check does not match, the Test Case fails according to the step's Failed Status.
Element state
For Exists, Displayed, Visible, and the related interaction states, see Element states.
Confirm the Element is in the DOM
Confirm the Element is shown on the page
Confirm the Element is shown in the current viewport
Confirm enabled state
Confirm the Element can be clicked
Confirm focus
Confirm selection
Content and attributes
Compare Element text
Compare an input value
Compare an attribute
Count matching Elements
Compare the accessible label
Compare the accessible role
Compare a computed style
Browser, storage, and data
Compare the browser URL
Compare the page title
Compare a cookie
Compare local storage
Compare session storage
Compare a Value Store item
Compare JSON data
Links, timing, analytics, and SFTP
Check links on the page or in an Element
Compare page load time
Compare an API response time
Confirm a Google Tag Manager event
Confirm an SFTP file
Count files in an SFTP directory
Last updated