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

Check Not Clickable

Confirm an Element is not ready to click.

Check Not Clickable confirms the Element is not ready to click. Use it when a control should stay disabled, hidden, or blocked by an overlay.

See Element states for how Clickable relates to Displayed and Enabled.

Check not clickable Test Step

When to use it

  • Confirm a submit button stays inactive until required fields are filled.

  • Verify a link or button is blocked while a loading state is shown.

  • Pair with Check Clickable on different branches of the same Flow.

Configure

Basics

Field
What to set

Element

The Element to check

Advanced

Field
What to set

Status on fail

When should screenshots be taken?

Always or On Failures (default)

Tags: check, is, notClickable, test, expect, assert, element, state

Last updated