Element Exists Block

Check whether an elementopen in new window exists in the documentopen in new window.

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
    Timeout for each of the try, defaults to 500ms.

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