InterviewSolution
Saved Bookmarks
| 1. |
What Is Mouse Click Using Coordinates? |
|
Answer» Mouse.CLICK(CONTROL, new Point(49, 3)); Coded UI will perform click operation EXACTLY on 49,3 point of the control. Mouse.Click(control, new Point(49, 3)); Coded UI will perform click operation exactly on 49,3 point of the control. |
|