Forum Discussion
AlexeyKolosov
14 years agoStaff
Hi puyo,
Try using the following code after the Remove button is clicked:
Try using the following code after the Remove button is clicked:
var AW = Sys.Desktop.ActiveWindow();
while(aqString.Find(AW.WndCaption, "<Specify here the caption (or a part of the caption) of the pop-up window>") == -1)
{
AW = Sys.Desktop.ActiveWindow();
}
AW.Keys("y");
Related Content
- 5 months ago
- 4 years ago
Recent Discussions
- 11 hours ago