I am looking for an activity or function/expression that just lets me tell UIPath to click X,Y coordinates on screen, not depending on images/text/elements of a web page. The reason is that there is an element on a webpage that UIPath can’t detect no matter what I do, and I just want to tell it to simply click that position without a selector indicating the element. This would work since the position of this element never changes.
Recording screen or adding the “Element click/Image click/Ocr text click/Text click” didn’t help.
Found it. The solution was to press F3 to “Select region” instead of simply click to indicate element. Clicking after pressing F3 will ignore elements and just click at mouse position