Hi,
Here is the code to get the window X and Y coordinates.
' for X coordinates
' for Y coordinates
Here is the code to get the window X and Y coordinates.
' for X coordinates
Code:
xCor =Window("Main Entry Login Window").GetROProperty("x")' for Y coordinates
Code:
yCor =Window("Main Entry Login Window").GetROProperty("y")
