Forum Discussion
- AlexKarasChampion Level 3
Hi,
Assuming that this window is not identified with the Object Spy (is it?) and that test will be executed on the dedicated box, I would look for Edge setting that disables history and a prompt to restore previous session.
- MW_DidataRegular Contributor
Testcomplete does not like these pop-up either disable them (if possible),
Or find a better way to close the browser so the pop-up doesn't show.
Maybe you could close all tabs after testing is done before closing the browser.
- BabuluContributor
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
- 3 days ago
- 3 days ago
- 6 days ago