Skip to content

Element Exists Block

Check whether an element exists in the document.

If the element exists, the workflow will execute the block that connects with the first output. And if it's not, it will execute the fallback output.

  • Element selector
    Element selector.

  • Try for
    Define how many times to check the element based on the selector.

  • Timeout
    Delay each of the try, defaults to 500ms.

  • Fallback
    A fallback when the element doesn't exist.

  • Throw an error if doesn't exist
    Throw an error instead of executing the fallback