I have list of acknowledgement numbers of different forms and have web page contains such numbers as hyperlink. I want to download one by one such forms but click text activity is not working. Please assist.
Use the concept of dynamic selectors inside a for loop activity.
The UiPath Documentation Portal - the home of all our valuable information. Find here everything you need to guide you in your automation journey in the UiPath ecosystem, from complex installation guides to quick tutorials, to practical business...
Hey everyone so Im using the click activity to select an account name. Due to the account name changing when on a different case number I need to use a dynamic selector or atleast I think I do. I was wondering if anyone could give me the step on to creating a dynamic selector so I could do it on my end.
Thanks everyone!
This tutorial will teach you how to easily use variables in your selectors. In other words, we will be making dynamic selectors without the use of the old method of concatenating strings. How cool is that!
For the purpose of this tutorial, I will make 1 click in the Notepad app.
Feel free to also reference our documentation here .
Let’s begin!
1. First, we will indicate the element we want to click on. In this case, it will be File menu in Notepad:
[image]
This results in the…