Click Position - Add Left, Right, Top and Bottom

Would it be hard to add “Left, Right, Top and Bottom” options to the click position, right now the available options are “TopLeft, TopRight, BottomLeft, BottomRight and Center”. It feel weird to have TopLeft as an option but not top or left.

What activity(ies) are you referring exactly? can you please describe the usage scenario too? Thanks

TopLeft, TopRight, BottomLeft, BottomRight are coordinates that are easy to find on the selected element/region. They already have the X and Y components because they are intersections.
Left, on the other side, is not clear. Do you want the middle of the Left border?

@Corneliu_Niculite - Yes, by using coordinates are you referring to Offset X? Using offset and put in a fixed number is not ideal because while the element is captured every time, the length of the element is not necessarily fixed, so middle of the left (right) boarder would be ideal.