Forum Discussion
rlounsbury
15 years agoOccasional Contributor
Robert
Thank you for the response. I changed my code to the following:
var confirmDlg = Aliases.iexplore.Find(["WndClass", "WndCaption"],
["#32770", "Message from webpage"],
10);
confirmDlg.Wait();
and the confirmDlg.Wait(); line still causes an error stating "The object does not exist..."
Do you have any other suggestions?
Thank you,
Ron L
Thank you for the response. I changed my code to the following:
var confirmDlg = Aliases.iexplore.Find(["WndClass", "WndCaption"],
["#32770", "Message from webpage"],
10);
confirmDlg.Wait();
and the confirmDlg.Wait(); line still causes an error stating "The object does not exist..."
Do you have any other suggestions?
Thank you,
Ron L