Hi guys,
I need to click all same buttons in webpage like below. How can I do that?
Thanks,
Hey @Ahmet_Tarik_KOC,
Check if the selector for all these buttons are same or different.
Thanks,
Sanjit
IN the above image, may some difference in the idx it will increasing based on the rows in the web page.
Can you share the selector in the Ui explorer for first and second button.
Check out the docs for dynamic selector
Regards
Gokul
@Ahmet_Tarik_KOC
Welcome to uipath community
Kindly check the idx value in Selector, if 1st button have idx=1, second button have idx=2, then loop the process in while condition pass the idx value dynamically
I guess, idx is automatically assigned.
Share the selector from the UI explorer @Ahmet_Tarik_KOC
just idx is different and assigned to its order in buttons
Change the idx=3 and validate and Highlight the selector, and see the difference
Check out the document to make the selector dynamic
Where as idx=‘2’ is differ for the next button?
Regards
Gokul
Yes, idx is dynamically incrased for next buttons.
I’ll check dynamic selectors
Count = 1
Check on the thread
After clicking the first button do your automation
Use Assign activity
Count = count+1
Regards
Gokul
Thanks, it works
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.