Question
3
Replies
50
Views
Accenture Inc.
Posted: October 15, 2019
Last activity: October 16, 2019
Message Popups Internet Explorer
I was using the Event Created for the message pop ups in Internet Explorer, I was able to handle the first 2 consecutive popups however, the 3rd consecutive doesn't trigger the effect. I checked the match rules in interrogation and the message box was highlighted. Any advice?
***Edited by Moderator Marissa to update platform capability tags****
I would check to see if the third pop-up appeared while the second or first was matched. If so, Runtime would be attached to the first one and therefore wouldn't attempt to match the third one. If that is the behavior, then you'd need to enable UseKeys on the control to be able to attach to multiple instances of it.
Using a tool like Spy++ to get the Window handle and then searching the log for that handle might help you determine when #3 appeared. You could then see if that was before #2 was destroyed. If #2 was destroyed beforehand, then you could still look in the logs to see if it attempted to match and if so, what match rule failed. Make sure you have set the LogLevel to Verbose for All Categories.