Hi,
I'm trying to solve RPA challenge from this website https://futureofworkblog.web.app/challenge2021.html on a regular level. I'm trying to get an input element relative to the label class element. In UiPath there is something called Anchor activity that allows interaction with an element relative to another. Is there anything like that available in PAD?
Or is there a way to create a selector that will get one element before? I was able to create selectors that get one element after, but before (previous) wasn't working.
Thank you in advance.