I was trying to scrape a website link here but it suddenly changed midway thus I am unable to capture all the needed data from it. How can I skip or avoid the website change?
Below is a screenshot of my flow.

I was trying to scrape a website link here but it suddenly changed midway thus I am unable to capture all the needed data from it. How can I skip or avoid the website change?
Below is a screenshot of my flow.
Based on my RPA expertise, it's essential to design your bots with adaptability. For instance, if a popup emerges, your bot should close it promptly. Additionally, it should ensure consistent standardization of your website's UI during the data scraping.
Otherwise, consider alternatives like JavaScript-based data scraping(Again any new UI changes shouldn't affect your existing elements ID's) or API-driven scraping. If the UI undergoes frequent changes, the bot risks encountering mid-process failures.
Thanks,
Deenuji Loganathan 👩💻
Automation Evangelist 🤖
Follow me on LinkedIn 👥
-------------------------------------------------------------------------------------------------------------
If I've helped solve your query, kindly mark my response as the solution ✔ and give it a thumbs up!👍 Your feedback supports future seekers 🚀