For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Test Step
Use it to

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

Content and attributes

Test Step
Use it to

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

Test Step
Use it to

Compare the browser URL

Compare the page title

Compare a cookie

Compare local storage

Compare session storage

Compare a Value Store item

Test Step
Use it to

Check links on the page or in an Element

Compare page load time

Compare an API response time

Confirm a Google Tag Manager event

Count files in an SFTP directory

Last updated