When attempting to extract data from a table in a webpage using UiPath, I encountered a challenge where the bot was unable to extract or click on rows that were not visible without scrolling. I have tried using the “Extract Data Table” activity, but it only extracts visible data. Additionally, enabling the “Simulate Click” option in the click activity did not work as it only clicked on visible rows. Does anyone have suggestions on how to extract or click on hidden rows within the table? Any help would be greatly appreciated.
and Need to click one after other rows and it will navigate to other info page there I need to extract the data table and again navigate back click on next row.
I believe,you can use mouse scroll activity until where the table is present so that the table will load first, then use extract data table to extract the data.
While extracting the datatable, Try by selecting some other rows rather than selecting by 1st row 1st column.
Try selecting the 2nd row 2nd column or 3rd row 3rd column… likewise and check once.
At some Point it will extract the whole datatable.
UiPath is extracting the datatable for some websites differently,depends on the behaviour of the websites.
Then check whether all rows are getting selected from that page. If not, indicate the row which is not getting selected and check whether entire data is being selected by clicking Preview. At some point, indicating certain rows will extract the entire data table.
If possible can you please share the web page screenshot?
I check that all row are selected and it will validated also if the row is not hidden if the row is hidden its throw error and while extract data table it extract only the visible rows.
Use Get Full Text activity it extracts all hidden data it gives a string data by using string manipulations or regex expressions you have to format the data as table