[RPA_FAQ000025]What is the meaning of the number set in "Set the position and size of the window that was displayed to the next cell"?¶
Q¶
In the "Launch application" action,
when "Set the position and size of the window that was displayed to the next cell" is checked,
what do the six numbers that are set mean?
A¶
The six numbers representing the various coordinates of the image or window to be manipulated
are displayed 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.