Forum Discussion
AlexeyKolosov
Staff
15 years agoHi 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");