Click year selector issue Assignment 2

Hi Community

I am getting this error, while trying to click the year.

Anyone whos got a good idea of what it means?

My selector looks like this:

Thank you

Your selector is missing some tags as per the screenshot @ChrisPals, Do onething, click on the object again and check the selector.

Assign it to a variable of type string and make changes in the variable itself. then assign the variable as selector to the activity

1 Like

@HareeshMR Hi, Can you elaborate on this please? i’m facing the exact same issue.

Thanks

Remove the “idx” from your selector.
Use below selector,
“html title=‘ACME System 1 - Reports - Download Monthly Report’ />
webctrl aaname=‘in_Year.ToString’ parentid=‘searchForm’ tag=‘SPAN’ />”
and tick mark the Simulate click in properties panel.

1 Like

@ChrisPals Getting any errors now???..

yea it works with Simulate click, thanks

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