Complete set of records from the table are not being extracted from the sap fiori application table

The major issue is here in the automation im trying to achieve the click event from the table after validation from the table, but initially after the table loads the data which is mentioned in the above screen shot , there are total of 38 records which are to be fetched but the ui path is only loading 15 rows from the table which is not correct and I’m using a for loop by passing some parameter. So as the data is not completely loading there the ui path not able to see the data in which the same data is maintained in the excel. some one help to solve this problem and im trying to use mouse scroll but it is not applying to the process correctly.

Hi @Saratbabu_Yaragalla

Try for Hot keys(Keyboard shortcut)
Ctrl + End to go to the end of the page

Hope this helps!

Hi Sanjay,

Using hotkeys, It is able to load the end of the page there is another scroll inside the table in the
above image.
What if there are records more than 100, does this work dynamically cause the table has separate
scroller embedded inside it.
Even I have implemented the mouse scroll activity which is not working in the for loop while
iterating the data for extracted data. and for the validations are been verifying data from the excel.

@Saratbabu_Yaragalla

Basically It should extract all the data, Since it works on the selectors and not the visibility. Check for the selectors of the table and respectively modify the selectors if its not identifying

Can you list out the selectors which can be useful for the above process.

Hi @Saratbabu_Yaragalla

You have to inspect and look for the selectors, but the data might render on the scroll also

Well can you check this,

  • Scroll till the end of the table and then check whether it extracts all the values.
  • So if it works before using for each ui element activity use a click activity to click on the table and then use keyboard shortcut ctrl + end

Try this way