How to avoid RPA robots during signup

Hi,

Is there a way using which we can stop robot to work on our signup page except for using image captcha?

Use uiElementExists
image

provide output variable
image

always this output variable is Boolean value
based on this you can take decision to skip that page. please make sure that you are providing page title for selector to identify.

Hope my inputs are useful