Hi ,
I am facing issue while downloading monthly report using IE browser.
When the pop up appers first time , the element is identified and OK is clicked.
However the next time it appears with a checkbox and message as “Dont let this page create more messages”
This addition in the pop box somehow is not able to detect the element.
My selector of element exits is <wnd app='iexplore.exe' cls='#32770' title='Message from webpage' />
<wnd ctrlid='65535' aaname='No report found for this vendor / month / year that you have specified.' />
I am also getting the same problem. I’ve tried sending hotkey (using Esc key) but still doesn’t work. A sample screenshot can be seen below. Hope someone could help me. Thanks!
Hi @caduque
Do not indicate that whole pop-up in Send hotkey activity, because if you notice that there are 2 types of pop-ups comes randomly, so it’s better to indicate that exclamationmark symbol (!) which is in triangle, coz it’s the only element which is common in both of 'em, So It’ll trigger ESC any way.
I’ve tried your suggestion but still doesn’t work. The exclamation marks has different attributes. Please see my sample screenshots below. I’m almost done with this activity and I will really appreciate any help.
@caduque
i’ll suggest you to take ElementExist activity just after you click on download button , indicate that exclamation mark and make sure that, it’s selector should be like this " <wnd app='iexplore.exe' title='Message from webpage' />"
then, take if activity and pass Element Exist’s output variable in if condition,
and your Send hotkey activity should be in Then section, do not indicate anything in Send hotkey, you just need to put ESC in key. As what else it’ll trigger ESC.
Else part should contain your sequence which has futher process (means to save the csv).