Assignment 2 uipath month selector wrong

Hi guys

I’m having problems with the month’s click selector

I do not know what can happen, before it worked every month, now it only changes month until the first download, then it does not find the element. If there is no download in that month if you do well the change to the next month.

click%20month

Thanks I’m blocked with this

HI @kferreiro,

Based on what you described, as I understood it looks like the problem is with the selector of the month dropdown…

Try adding the below selector to yours for the month dropdown and see how it works…

"<webctrl aaname='"+SelectedMonth+"' parentid='searchForm' tag='A' />" 

Let me know how it works out for you :slight_smile:

If it works, please mark it as the answer because if anyone else is having the same issue they can navigate directly to the answer…

Thanks
Lahiru

1 Like

@kferreiro Can you try with Attribute WaitForReady to “None” of Select Item (Month) Activity

WaitforReady

Thanks to both, it was solved changing the selctor by the indicated one.

1 Like

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