Hello UiPath Community,
I have created a UI automation process in UiPath that works well for one website. However, I need to automate similar processes on other websites with some UI differences and share common elements. Is there a way to make my existing automation reusable for these websites by just passing the URLs without modifying the activities in the code? If so, what approach should I take?
A RPA solution still not evolve that much to work on different sites because every website is unique and will have different UI Elements though the data seems similar.
You may try GenAI activity Web Search or Web Reader
With existing technology in UiPath - it would be difficult to achieve a full proof solution
To an extend - it is possible using AI Automation and AI activities.
Better to build different process for different applications.
I wouldn’t go so far as building an entirely separate project/process for each web site, I would just use one project/process with a Switch based on URL. Inside each Case, code the steps that are specific to that site.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.