Hello,
I would like to know if it’s possible to identify and display what the maximum length and width offset are for a particular element that has been selected, particularly the Top Left to Top Right and from Top Left/Top Right to Bottom Left/Right.
Example: Let’s say I have a rectangle which anchoring click set to Top Right. It will obviously click on the top right corner of the rectangle. But it won’t show what the offset x is uipath. The only way to do that is to take guesses like set offset x to 750 perhaps and adjust accordingly. And if setting a value very high, it can click outside of the boundaries of the element. I want the bot to be able to only click within the element itself by locking the parameters.