[RPA_FAQ000024]What is the meaning of the number set in "Set the clicked position to the next cell"?¶
Q¶
In the "Click mouse" action,
「クリックされた位置を次のセルにセットする」にチェックした際にセットされる
six numbers will be set, what do these numbers mean?
A¶
The six numbers representing the various coordinates of the image or window that is to be manipulated
are separated by commas.
([1],[2],[3],[4],[5],[6])
From left to right, the contents are as follows.
[1].X-axis (horizontal) coordinates of the upper left corner of the image (window)
[2].Y-axis (vertical) coordinates of the upper left corner of the image (window)
[3].Width of image (window)
[4].Height of image (window)
[5].X-axis (horizontal) coordinates where the operation was performed
[6].Y-axis (vertical) coordinates where the operation was performed
This value can be used to specify the operation target for other "Robot" (RPA) actions.