Checks

Checks (Assertions) for Elements and Page

Check State

VariantDescriptionNotes

Check Displayed

Checks the provided element is displayed in the DOM.

This checks the entire page if the element is displayed.

Check Not Displayed

Checks the provided element is not displayed in the DOM.

This checks the entire page for when the element is not displayed.

Check Visible

Checks the element is visible within the viewport.

Elements that are not visible in the viewport, but are further down the page will not be captured by this step. Use Check Displayed to check the whole DOM.

Check Not Visible

Checks an element is visible within the viewport.

If the element was never there, this step will still pass, as we are checking that the element is not there.

Check Enabled

Checks the given element has the "disabled" property set.

This node checks for the native enabled funcitonality.

Check Disabled

Checks the provided element has the "disabled" property set.

This node checks for the native disabled funcitonality.

Check Clickable

Checks the element is clickable.

Check Not Clickable

Checks the provided element is no longer clickable

Check Exist

This checks the entire DOM if the provided element is present at all, this can be in a disabled state, or not visible.

Check Not Exist

This checks the entire DOM if the provided element is not preset.

Check Focused

This checks the element to see if it has focus in the DOM, for example, an email field would have focus once its been clicked or tabbed into.

Check Not Focused

Checks that an element does not have focus.

Configuration

Type

There are a variety of types for this node, all of the options above are the different types that are available.

Element

Select an Elements to use in this action, or use the + button to create a new one.

Configuration

Check Text

Configuration

Element

Select an Elements to use in this action, or use the + button to create a new one.

Comparison Type

See Comparison Types for all the available types.

Value

The Input for the comparison engine to use, and assert based on the comparison type selected.

Check Value

Configuration

Element

Select an Elements to use in this action, or use the + button to create a new one.

Comparison Type

See Comparison Types for all the available types.

Value

The Input for the comparison engine to use, and assert based on the comparison type selected.

Check Attribute

Configuration

Element

Select an Elements to use in this action, or use the + button to create a new one.

Comparison Type

See Comparison Types for all the available types.

Value

The Input for the comparison engine to use, and assert based on the comparison type selected.

Check Computed

Configuration

Type

You can check either the computed label or the computed role. This can be used for Accessibility Testing.

Element

Select an Elements to use in this action, or use the + button to create a new one.

Comparison Type

See Comparison Types for all the available types.

Value

The Input for the comparison engine to use, and assert based on the comparison type selected.

Check Count

Configuration

Element

Select an Elements to use in this action, or use the + button to create a new one.

Comparison Type

See Comparison Types for all the available types.

Value

The Input for the comparison engine to use, and assert based on the comparison type selected.

Check Title

Configuration

Comparison Type

See Comparison Types for all the available types.

Value

The Input for the comparison engine to use, and assert based on the comparison type selected.

Check Address

Configuration

Comparison Type

See Comparison Types for all the available types.

Value

The Input for the comparison engine to use, and assert based on the comparison type selected.

Configuration

The name of the cookie to find and assert against.

Comparison Type

See Comparison Types for all the available types.

Value

The Input for the comparison engine to use, and assert based on the comparison type selected.

Check Local Storage

Configuration

Key Name

The name of the local storage item to find and assert against.

Comparison Type

See Comparison Types for all the available types.

Value

The Input for the comparison engine to use, and assert based on the comparison type selected.

Check Session Storage

Configuration

Key Name

The name of the session storage item to find and assert against.

Comparison Type

See Comparison Types for all the available types.

Value

The Input for the comparison engine to use, and assert based on the comparison type selected.

Last updated