I am trying to read a value from Excel sheet and pass it on to browser Click function to simulate the click.
The “Read Range” is created with output data table variable as xlinname (DataTable variable type).Using for each row, simulating a click using click function I am using the below syntax, but can some one help me on how I can pass the individual cell value for every for each row activity.
from the above code , i see this might not be correct one, as I am passing the whole table. Instead I need to pass the A2 cell value for the first time, A3 cell value and then A4 cell value…and so on.
Please help how I can access individual cells in the above selector syntax.
The selected range for the excel didnt include the header column and hence is the error. Now updated the read excel range and used the below selector, it worked.