UiPath RPA Challenge

Hi !

I have some problem with the RPA Challenge. I tried to do it with the video of Anders Jensen.

However, the following manipulation is not working RPA Challenge | Solution Part 1 - Input Forms (using Dynamic Selectors and Anchor) | UiPath - YouTube (RPA Challenge | Solution Part 1 - Input Forms (using Dynamic Selectors and Anchor) | UiPath - YouTube)

It’s causing the folowing error : Source: Find Element ‘LABEL’

Has someone found the solution ?

Thank you in advance!

Jerome

1 Like

Hey @ribouetj

Looks like you have given kind of invalid selector for the Find Element label

Could you please show the selector you are passing ?

We need to check the above to troubleshoot the same.

Thanks
#nK

Hey :slight_smile:

thank you for your answer

This is the edit selector:

html app=‘msedge.exe’ title=‘Rpa Challenge’ /
webctrl aaname=‘{{namecoll}}’ tag=‘LABEL’ />"

→ {{namecoll}}: this variable did not work. This variable was equal to: “+line.Item(0).ToString+”

Hello @ribouetj ,

Could you share the screenshot fo the element in which you are getting the error and explain the action that you are trying to perform.

Here as per the error there is an issue with the selector. Can you open the Uiexplorer and inspect on the element and try to remove the tag=‘LABEL’ attribute and try to execute the script again.