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:
But how do I do a count on this in Studio?