ContributionsMost RecentMost LikesSolutionsRe: FindAllChildren methodHi Guys I am still facing performance issues Can anyone please help ThanksFindAllChildren methodHello Everyone Greetings I am working on something really big and heavy web application. Page contains table , when i try to grab objects using object spy , it shows the structure as Table.Cell...... blah blah I want to fetch the table elements and store it somewhere , i am trying to do so by using FindAllChildren and then fetching the elements on a conditional basis , but its really slowing down the performance of my test case execution time Is there any other alternative to fetch the table elements apart from using the FindAllChildren method , which do not slows down the performance of the test case Please let me know if there is any Thanks in advance