Hi everyone,
I am a student and a designer working on a personal automation project. I am trying to build a Behance Automation Bot using UiPath Studio (Modern Design Experience), but I am struggling to configure the UI activities correctly.
My Technical Workflow (Text System):
Data Source: Reading project links from an Excel Workbook.
Browser Activity: Using Use Application/Browser to open Behance.
Loop: For Each Row in Data Table to iterate through links.
Interaction: Attempting to use Click (for Appreciating) and Type Into (for Commenting).
The Issue:
I am unable to set up these activities properly. The selectors often fail to find the buttons, or the activities simply don’t trigger as expected on the project pages. I am looking for the correct way to handle these dynamic UI elements without getting blocked or facing errors.
Could someone please help me improve my activity configuration or provide a sample workflow for this use case?
Thank you for your support!"
First open the selector of the element and check if any dynamic values are present like random number or ids etc..to know if they are dynamic or not..just reload the page or open the page again and highlight
If there are dynamic ones use * to replace them or completely remove them from selectors
Cheers
1 Like