I have come up with a problem where I have to get all the “code” & “Quantity” from that table. But in “Quantity” column it has drop-down ….So, I can’t get the “Quantity” values by doing data scraping.
Fine, you can use While Loop and get text as an alternative
For this you need to get the selector of the each row and check in the selector you have the row number
If so then place a Assign activity for Counter which is Int32 type
Place a while loop and inside that place a Get Text activity and inside the Selector pass the Index variable
After that you can save the result to variables
Once done you have to increment the index by 1
So you can use this datascrapping result to count how many results and give the condition in While condition
@Srini84 , I want to dynamic the “rowName” & “tableRow” in my selector.
Every time you see rowName = tableRow-1 (By value) but, if i get text over “Quantity” then i find selector whose rowName = “#”.