Hi Everyone,
I am facing one issue where in application all the rows not visible i want to check the specific code which is coming from my input excel for example XYZ20157-01-01 i want to check L1 L2 L3 L4 values from table but problem is when we click on each row to expand then only, we see individuals cell
how to make sure to check all the code which are hidden.
Hi @Akash_Javalekar1
It’s a hierarchical (expandable) table, so UiPath can read only visible rows.
You need to expand all parent rows first (click the expand icon or use keyboard actions), then read the table. Hidden rows can’t be validated until they are expanded.
@Akash_Javalekar1
As I see it’s SAP fiori could you specify which tcod you are referring to this situation?
Also check if you can use for each ui element activity to click on each row cell.
looks like a tree table with tree cells…
could you check if there are any attributes like “isexpanded”, “active” etc that toggles the tree node expanded and collapsed when clicked.
it should be there, you inject JS for toggling all the tree nodes till you reach the leaf node.
once you reach the leaf node(row) then you should be able to traverse through each tree cell with column index.
regards
SG.
Tried find children to get each row but it’s not getting reliable selector
True using while loop to click the arrow and extracted table but it’s not extracting all the rows it’s extracting only visible rows how to make sure to extract all the rows ?
@Akash_Javalekar1
Try extracting in loop like extract->Page down on the Table->Extract