ybalusamy
2 years agoNew Contributor
Popup window without DOM objects
Hi, I am facing an issue handling a popup window that does not have the DOM object I tried all the below on Testcomplete,
page.Confirm.Button("OK").Click();
page.Alert.Button("OK").Click();
page.Prompt.Button("OK").Click();
Does anyone have any suggestion to handle this? Like swichto().alert() or something like that or to go through the browser index.