I am trying to automate an external application that does not have UiPath extensions. So, I just want to click on an icon with fixed coordinates since the position of the icons never move. I understand that I can use the Get Position activity to get the coordinates. However, is there a way I can perform a clicking actions based on these coordinates.
did you check image click , cv click activities?
if not try once
Regards
can i ask which part i can find the offset? it does not seem to be in my properties window in my click activity
Did you try if the selectors work? If it is a desktop application, there wouldn’t be any “extensions”, but UiPath generates the selectors in most cases.
Select TargetAnchorable for target and then PointOffset for click offset then they would be visible
cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.