Forum Discussion
Babulu
12 months agoContributor
HI Praveen,
we can two ways to handle the popup.
1.Capture Screen Coordinates
let coordinates = aqUtils.ScreenToClient(aqDesktop, x, y);
2.Simulate Click at Coordinates
let x = coordinates.x; let y = coordinates.y; aqObject.MouseClick(x, y, MouseButton.LeftButton);
Related Content
- 2 years ago
- 5 years ago
Recent Discussions
- 5 days ago
- 5 days ago