...
0;0
- the upper left corner of the element.99;49
- click on 100th pixel horizontally and 50th pixel vertically-1;-1 (и любое другое отрицательное значениеand any other negative value)
- click on the center of the element.-1; 9
- horizontally - the center of the element, vertically - the 10th pixel from the top.0;-26;
- horizontally, the click will be made at the leftmost point of the element, and vertically - in the center of the element.-2000; -3000
- click on the center of the element.
if a value is set that exceeds the height or width of the element, then it will be reduced to the actual height/width of the element.
...