Hi. I am trying to turn the selector in browser into dynamic one. The activities that I use are : For each file in folder/ Use browser/Click
Below there is the Selector properties
Can you please help? Thank you!
Hey @Laura_Laura
Try adding ‘*’ in place of value of title tag in selector.
also, you can refer this
Studio - Dynamic Selectors (uipath.com)
What’s the attribute you are trying to make dynamic?
Hi @Laura_Laura
Are you attempting to make the browser name dynamic for app attribute?
When specifying the UI element, you can open the UI Explorer from the selector option window and make the parent attributes dynamic.
However, making the browser dynamic is generally not recommended and is considered poor practice. It’s better to fix the browser for automation before starting the development.
Hope you understand!!
Hi Mahesh,
Thank you for your response.
It’s the account name on the bottom left (marked in red) that is dynamic .
Ok in that case share your selector for Click activity. It will show you PLEXIAN INT...
as one attribute of the selector. You will have to delete that and pass that value from a variable.
Thanks,
Ashok
Okay @Laura_Laura
Is that account showing in every selector for all Ui activities.
Hi Laura,
You can open the UIExplorer and you might find something like aaname or name attributes that show “PLEXIAN INTERNATIONAL” . you can replace that with a variable.
Hope it helps
Click on Open in UI Explorer which will open the Ui Explorer there you would see all available properties to select.
HI @Laura_Laura
Try to adding ‘*’ in place of value of title tag in the selector.
try this one.
Thanks,
Purushotham
Open in UI Explorer and check the dynamic selector and stabilize it from there and validate it
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.