Hi @VijaySingh
- Add the UI element for the text inside the below

- Read the text from the above UI element. (This will happen after the page loads because you have given Wait for web page content)
- After the page finishes loading if the text of the above UI element contains "Error occurred" then that means the element does not exist.
Also you can make use of the "On error" error handling to detect if any of the lines of code threw an error while reading or writing to it, indicating that the element was not found.