Skip to main content

How to Deal with Unreliable Web Pages in RPA Automation

  • April 28, 2025
  • 2 replies
  • 94 views

Forum|alt.badge.img+4

Hi all,

I’ve been facing an issue where some web pages are not loading consistently during my automation process, causing the bots to fail intermittently. It’s affecting the reliability of the automation flow.

Has anyone dealt with this before? What strategies or actions have you used to handle unreliable web pages and ensure the bots run smoothly

2 replies

Padmakumar
Premier Pathfinder | Tier 7
Forum|alt.badge.img+15
  • Premier Pathfinder | Tier 7
  • April 28, 2025

Hi ​@NewTushitha ,

 

Have you tried with Loop → While by passing the condition like Object doesn't exist (in the page)?


Forum|alt.badge.img+4
  • Author
  • Navigator | Tier 3
  • April 28, 2025

I haven’t tried using the While loop with the condition like Object doesn't exist. That sounds like a good approach to handle situations where the page might not load properly. I’ll give it a try and see if it helps with stability