How to get the comment "No report found..." on the Performer

Hello,

How to get the comment “No report found…” on the Performer ?

To do so, you will need to use Element Exists and an If Condition !

First Element Exists :point_down:

Selector :

<wnd app='iexplore.exe' cls='#32770' title='Message from webpage' />
<wnd ctrlid='65535' title='No report found for this vendor / month / year that you have spe*' />

Second Element Exists :point_down:

Selector :

<wnd app='iexplore.exe' cls='#32770' title='Message from webpage' />
<wnd aaname='Message from webpage' cls='DirectUIHWND' />
<ctrl name='Message from webpage' role='pane' />
<ctrl name='No report found for this vendor / month / year that you have spe*' role='text' />

Cheers :slight_smile:

6 Likes