Hello all,
I'm trying to create a sequence where Power Automate would load a page, scroll down until it finds a specific text and if it finds this text, locate the position and move the mouse to this position. I can do most of those elements but I don't see directly how I would link the absence of a text to an action.
The sequence would be something like this:
- open web page
- while text is not visible, hit {PageDown}
- move mouse to the text location
- do something (might be a click for example if the text is a link)
Do you know how I could achieve this?
I need in fact the position for two reasons:
1. Being able to click it if it's a link
2. Understand the position of the link (ex: to check the position in search engine results)
Thanks