Asssignment 2 Performer: Error 'Click Drop Faulted and Slow run

Greetings,
I have everything I suspect is set up in the right place. I go through the 1st transaction smoothly and merged but whenever I go to the second transaction it runs very slow and it throws an error whenever I want to click drop down to save the report. I’ve done the “Simulate Clicks” the “WaitforReady:None” and it works for the first round but not the others. Wondering if anyone has any suggestions on how to go about a consistent and smooth workflow. Below is my problem and my file.

GenerateYearlyReport_Performer.zip (891.6 KB)

@Dmtrs

Hello, your selectors should be dynamic ! So :point_down:

title = ‘ACME System 1 - *’

1 Like

I think that helped a lot but how do I bypass how sometimes the Get Text doesn’t extract the texts I need fo the comment in UploadYearlyReport

1 Like

@Because it’s not the same, i used Try Catch Activity. I catch the first Pop up, than try the second Pop Up…

Use this selectors in get text and check,
"<"wnd app=‘iexplore.exe’ cls=‘#32770’ title=‘Message from webpage’ />
"<"wnd title=‘Report was uploaded - confirmation id is*’ />
I updated it

1 Like

I did this in the original and it didn’t work.

It doesn’t work. This cant get validated in my selector.

I did this and a If/Then and it still didnt work.

1 Like

Check This
Main.xaml (8.5 KB)

1 Like

@Dmtrs

You should do something like this… :point_down:

CreateYearlyReport.xaml (33.8 KB)

1 Like

I changed to Try Catch and it still doesn’t work

1 Like

It works on the first transaction but on the 2nd transaction it comes up as an error.

1 Like

@Dmtrs

Hi, i’m sorry i was mistaking ! You should not use Try Catch on this part… Rather than that, you will need to use Element Exists and an If Condition !

This should fix your issue :slight_smile:

I already have those and it still doesn’t seem to work

1 Like

Please share your workflow…

Ok here it isSystem1_CreateYearlyReport.xaml (38.7 KB) System1_UploadYearlyReport.xaml (19.9 KB)

1 Like

@Dmtrs

Please use debugging, to get exactly where it stops… Let me know what’s the exact error, you getting…

2 Likes

Every time I get to this point

and then it stops and I get this kind of error. If I hit continue it moves forward properly but I’m trying to find a way to avoid the error and for it to move smoothly.
Screenshot (10825)

1 Like

@Dmtrs

Follow above solution :point_down:

1 Like

It still doesn’t seem to work

1 Like