I have a table in which I have a conf_quantity column as you can see above. I need to extract the data of all these input fields at once but data scraping is not helping here. Can anyone suggest something ?
Approach1 : If you are using classic design try with Screen Scarping Approach 2: Try with Get OCR text Approach 3: Try with Get text Approach4: Try with dynamic selector. Get row value of first cell and keep on incrementing from there by passing variable within the selector
Was able to get value using screen scraping but it’s only giving the value of a single textbox. It has a region option option but then it only captures a specific region not the whole column @ushu