UiPath.Core.SelectorNotFoundException_1

does the select item activity works if you execute it after the page is completely loaded? like go to that page manually and execute from the select item activity.

Doesn’t look like the Select Item Activity is working as the mouse doesn’t come to the dropbox. The page had a button called run. I used the click activity and it worked. So the page is loading just that the drop down is not working.

to be honest you dont want your mouse to move at all… you can say that it doesnt work if it errors out about 30 seconds after starts.

Yes it errors out after 30 secs with this message.

image

did you try a click activity activity before it, as the error message suggests?

yes - I used click activity, pressed F2 to click the dropdown, and then select the month.
As soon as I select the month, I get the following message.

Maybe the order of steps I’m performing needs to be changed.

image

i suspect your application is reloading at every activity you perform and those loading times are very long so maybe you will need to use delays in between them…