Skip to main content
Inverse of checkPageContains.

Parameters

ParameterTypeRequiredDescription
textstringYesSubstring that must NOT appear on the page.
timeoutnumberNoMaximum time in milliseconds to wait.
iframestringNoURL or URL pattern of the iframe that contains the target element.
saveAsstringNoName of the variable to write this step’s return value to.
retriesnumberNoNumber of times to retry the step on failure before failing the test.
skippedbooleanNoSkip this step at execution time.

Shorthand

Text as a single string.
- checkPageDoesNotContain: Delete Workspace

Examples

- checkPageDoesNotContain:
    text: "{{ env.HEADER_NAME_MATCHER_FALSE }}"
    timeout: 5000
- checkPageDoesNotContain:
    text: Initializing
    timeout: 60000