Hello, everyone!
I’m new in UIPath and I have a problem.
So, I have a web-app where teachers can give points to their students. I have a list of students with their points. But the problem is that for each students there is a special field. So I need to select this field dynamically. This means that I need to create new selector and find an element by it.
How can I do it?
Does the field selector contain the student’s name?
If u take some field selector u can see there will be some pattern that you can use dynamically.
For example , 1). idx value be increasing in pattern , than you can pass the integer counter as string there and keep increamenting it.
2). Or you can see aaname will be student name , than you can pass student name as string dynamically in selector.
This container’s parent has another conteiner where I can find students name (like table row, where the 1st collumn is student name and the 2nd is his points)
Btw selector container contains his id
I just don’t understand which buttons should I press to change selector in my program and which buttons should I press to find an element by this selector:) sry, if this question is stupid
I just found that. Thanks a lot!
That’s ok… Use UI Explorer and click on the area that you want selector .
I will suggest you go through foundation course in UIPath academy . It’s free of cost , you can register and learn and if have any doubts ,feel free to ask here in forum.
Link for UIPath academy : https://academy.uipath.com
Or tagged me @syedabidraza , I will try to respond as soon as possible.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.