Hello, im trying to automate the process of adding people on a website, to do so i tried using both the recorder and the selection of UI elements. The flow is to get as input a list of URLs, open each on a single tab, and automatically press on the button add. The problem is that, from my understanding, power automate bases it's clicks on "web istances" which are also based on URLs, which means that i cant create a flow that works for every URL i open. I tried using the "image recored", but it is terribly inaccurate. Is there anything i can do to not make the flow dependent on URL?
(The rest of the html of the page is always the same, the only thing that changes is the URL of the page)