Forum Discussion
rlounsbury
14 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
Related Content
- 11 years ago
Recent Discussions
- 22 minutes ago
- 2 hours ago