I am not finding a way to click a SPAN html element present in DIV tag. Attached image shows more about it. I am trying to use Click Activity. I need to click the right solid triangle against each row to expand the elements under it.
Looks like each tr has two divs one of which might contain the name of the field…use that row and can use <nav up='1' /> to come one level up and then find corresponding span
*Add an If statement to filter if CurrentElement.Selector.Text.Trim.ToUpper.Contains the tag attribute ‘SPAN’ or 'validate is contains a small portion of the class
*In the Then path, use click and inject ‘CurrentElement’ generated by the for each. This will allow UiPath to work directly with the element without mapping the element on object repo or without adjusting descriptors