Search code examples
rpauipath

UiPath Selector not working in `Type Into` Activity


I'm new to UiPath and I'm following all the tutorials available in their website, Planning also to finish the Foundation Training but I'm confused why Type info Activity doesn't seem to work.

I used the Launch UI Explorer then select the Target Element and Relative Element in web. I removed the Id attribute since it has a dynamic value then copy the selector value that was generated.

enter image description here

Paste the value in the Selector Editor in Type into Activity then it shows error, it doesn't seem to work at all.

enter image description here


Please help me to resolve this problem?
Thanks in advance.


Solution

  • Now I figured it out how to resolve this problem.

    I only added double quote in selector value in Type into selector editor. I was confused at first because in the video tutorial they have different selector editor view, compared to what I'm currently using, so that's why during I paste the value, it did not treated as string on my end. below screenshot is the selector editor view in tutorial.

    enter image description here