Generate Yearly Report - Performer - Type Report Path: Cannot find the UI element corresponding to this selector

At the time to upload Yearly Report, “Select Report File” click activity not working properly, as a result, selector not able to locate next dialog box.
Thus giving this error:

Type Report Path: Cannot find the UI element corresponding to this selector

This is my selector for “Select Report File”

html title=‘ACME System 1 - Reports - Upload Yearly Report’
webctrl aaname=‘Select Report File’ tag=‘LABEL’

Which browser is it running on? The Attach Window shows iexplore.exe.
If it is run on a different browser then there will be an error.

No its running on IE only. But issue was SimulateClick NOT checked. So that part is working now. Can you help me to figure out why Year dropdown not selecting the Year, it remain empty so Upload Report is rejected.

Hi @Subhankar_Das

Use Image Exists Activity create output variable and then use If condition pass that variable and then use inside if condition what do you want.

Regards,
Kommi Jeevan.

Can you share the screenshot of the sequence to select the year.

I have been able to resolve this by using the selector in Expression Editor

“html title=‘ACME System 1 - Reports - Upload Yearly Report’ webctrl aaname='” + In_Year + "’ parentid=‘searchForm’ tag=‘SPAN’ "

1 Like

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