Skip to main content
March 21, 2022
Solved

RPA Page not found

  • March 21, 2022
  • 2 replies
  • 0 views

Hello, what option in the RPA I can use in case if the Browser Automation URL is not found ? I Need the robot to: 

1. Detect the page shows error Not found and than keep refreshing until find is. 

Thank you. 

    Best answer by danny.verb

    Each web page or browser might have a different 'Not Found' message. Having a few actions to check to see if an element exists and then refresh the page if it doesn't would be the best option in this case.

    2 replies

    March 21, 2022

    question is if there is out of the box function that detects this error, the other option will be to read the error text and if exist reload. 

    danny.verb
    March 21, 2022

    Each web page or browser might have a different 'Not Found' message. Having a few actions to check to see if an element exists and then refresh the page if it doesn't would be the best option in this case.