googleid_117429
13 years agoOccasional Contributor
Coordinates in test complete
Hi All,
I need to drag and increase the size of a window which appears on clicking on a icon
I can use the drag function but it needs clientX and Y cordinated.How can i get the coordinates of the window
how can i get ClientX and Y
I need to drag and increase the size of a window which appears on clicking on a icon
I can use the drag function but it needs clientX and Y cordinated.How can i get the coordinates of the window
alertWindow.Drag(450,280,75,80)
in this case i have recorded and i got he positions but i want the function to be dynamic.
TestObj.Drag(ClientX, ClientY, toX, toY, Shift)
how can i get ClientX and Y