Count occurences of elements on web page

Hi Experts

I am doing an automation against a web browser for searching journeys. The search results are shown in “blocks” where each block can be clicked to show the detailed journey details.

What I then need to do is get the details from the expanded journey (only one can be expanded at a time). I am using the Get Attribute activity to find if the journey details are displayed or not. This part is working fine.

But since I need to loop through all journeys until I find the expanded one I need to get a count of possible journeys. In the UiPath Explorer I can see 4 journeys:

image

But how do I do a count on this in Studio?

Found the Find Children activity and applied an input filter - that seemed to solve the issue.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.