Clicar em cada elemento da Tabela/Click on each element in the Table

[ENG]
Hello,
Can anyone help me with this issue:

On a certain site I have a table that has “totals” lines and I need to click on all the detail arrows to open all the line with the documents

I also need to do within each subtotal line to download each individual document
image

But I don’t know how to click on each element of the table


[pt-br]
Boa tarde,
Alguém consegue me ajudar nessa questão:

Num determinado site tenho uma tabela que tem linhas de “totais” e preciso clicar em todas as setas de detalhamento para abrir todas a linha com os documentos

Da mesma forma preciso fazer dento de cada linha de subtotal para fazer o download de cada documento individual

Porém não sei como fazer para clicar em cada elemento da tabela

Hello @robot.gestus ,

here if you need to click on those elements, you need to identify a reliable selector and there you need to use dynamic variables. For eg in the selector you need to identify attribute like rowNum or idx or aaname which tell the rowNum of the button. Then you can use a loop to navigate through each button and action.

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