Hi All,
I am working on a process which involves reading column1 and column2 from Excel.
Search for the the values in column1 in a web application and update the column2 values in a consecutive textbox.
I am trying to search with ctrl+f but it gives me multiple searcheswith similar names like name,name_1 and the first occurrence is not always the appropriate one.
I tried Anchor base with Find Element and type into but while looping it through the datatable ,it doesn’t search the element at all.
Can you suggest on how to select the exact match and go about typing the details in the textbox(column2 values)