While extracting data from a web application using data extraction only visible rows are being extracted is there option to extract entire page data I mean to scroll it down to extract invisible rows in the bottom
I do not have next page in same page I do have 100s of data.
Kindly suggest
Regards,
Vasan.
You need to loop the data extraction part and after every iteration you may need to scroll page may be by sending a hotkey like page down which may help.
How to make the extraction dynamic, as you have suggested i have built the logic.
but for each iteration i end up extracting same data.
Could you suggest a way to make the extraction dynamic.