How to click last row in below table

Hi All,

Help me to resolve below mentioned issue

Select last row form below attached table in browser

@SURESH_P

Perform table extraction on it

then get the dt.RowCount which can be used in the selector to select

Eg:

the rowcountval needs to be checked where we might need to add 1 or 2

cheers

Hi @SURESH_P ,

First you need to Read the data table and then take count of data table
Last_Row=DataTable.Rows.count-1
Use the selector of Last rows of Click Activity and pass the Last_Row value in the Selector

Thanks,
Rounak

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