I have excel column A : (Invoices)
On Website I am opening Invoice : There are more than one record.
Checking the values for all the records on website and comparing with Excel Data.
If match then have to perform some ui elements (Type into and clicks ) On that particular record.
Can someone help me here to achieve the above step ?
see below SS.
Since the website has table with rows and columns the selector also might get row and column values
Indicate first field in the first row and open the selector in UiExplorer. Check is there any row or column value present in the selector
If it provides any of this value it would makes the process easier. You can indicate each individual field with the row or column value in the selector
So that you can loop through each row by incrementing the row value dynamically in the selector (Ref below doc for dynamically passing the variable value into the selector)
Hi @ushu I’ve got few things done with this query. Just now need some help to complete this.
Can you help me ?
I’ve got the row index from Website’s extract data.
How should I match the row value?
Now I have to make this as dynamic selector and use to select the proper row line based on rowindex.
With Find Children you can get the row elements of the table post which you can extract the text from it to compare with Excel data and then perform actions on elements if required.