Generate Tearly Report - error on Transaction number 2

Hi
I’m facing a problem - when Performer executes Transaction number 2, it fails because he can’t find selector for “Save As” button (in System1_CreateYearlyReport.xaml file), although he could find it in previous ones.
Anybody got that problem? What I did when trying to solve this, was changing “Wait for Ready” Property as follows:
IF Condition:NoReportFound

Then

Ok Button = WaitForReady.INTERACTIVE

Else
Save Click Button =WaitForReady.COMPLETE
Save as =WaitForReady.NONE
Type into report Path=WaitForReady.NONE
Click Button=WaitForReady.NONE

On Element Appear ‘BODY’
Download Cmpleted = WaitForReady.INTERACTIVE
download close button =WaitForReady.NONE

but it did not help.
Please help, I am really stuck with this and don’t know what to do.
System1_CreateYearlyReport.xaml (39.3 KB)

Hello @MiYanh

This should help you :point_down:

1 Like

Thank you very much, it worked, I had to change some other selectors as well (by unchecking “title”). Thanks again!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.