I read the Excel file and extracted the information in a Data table, that information how I can extract the data from column A, row 1 and consult with a search bar, but find nothing, to continue with the next.
How could he do it?
I read the Excel file and extracted the information in a Data table, that information how I can extract the data from column A, row 1 and consult with a search bar, but find nothing, to continue with the next.
How could he do it?
You can use For Each Activity for looping thru each column value.
For Each row in DataTable
columnAvalue = row(0)
Open Browser Activity, have a sequence to search columnAvalue