Hi. I am automating a web application and I have to click a button called Apply. After clicking apply button, for some cases a error popup will appear and I have to capture it. So inside use application browser activity after clicking apply button, I used check app state to identify the popup once it appears. But the issue is the check app state activity not recognising the popup during runtime. but when i click edit target option in check app state it is correctly highlighting the error popup. what changes needs to be done to make the check app state to identify the popup.
I also tried by keeping the check app state outside. but still the issue same.
Hi, @User0903 Check App State can miss popups at runtime if they open in a new window, or if the selector is not “Strict.”….Try using Strict selector only (untick Fuzzy/Image options) increase the timeout and if the popup opens as a separate window use a new Use Application/Browser scope for it. If it still fails, try Element Exists instead this usually catches tricky popups.
Thanks. I observe one more thing. Whenever the popup appears, the popup is appearing over the page, the original page is getting dim. only when i close the popup, I am able to access the access the actual page. In modern projects, if I enable classic activities and use element exists activity will it work or it wil give any exception