I am unable to retive the table data when the table data is more than 100 rows

Hi All,

I am using Appium 1.4.10, here I am facing an issue with rendering the table data if the table data is less than 100 rows than I am able to get data and I am able to do the my operations on the data. But if my table is having 1000 records then when I try read the table data I am getting null.

Here is my table structure : UIAScrollView --> UIATableView --> UIATableCell.

In UIATableCell I have the table data. When I try to read the data by using this below command
List data=iosDriver.findElement(By.className("UIAScrollView ")).findElement(By.className(“UIATableView”).findElement(By.className(“UIATableCell”))

I am getting the values when the table rows are less than 100. But I am getting Null when they are more than 100

Note: I have observe when the table data is more then 100 and when I try to read the elements one by one it loading another 100 row of data to the existing list

For reference I am placing the screen cast: http://screencast.com/t/Zrv6t71uQ7

Can any one please suggest me how to fix this issue

Hello Rajesh,

Could you please provide the code for reading uiatablecell data.

Thanks in advance.