Open varun210619 opened 2 years ago
What are you using to find elements? Can you share the code?
Hi @anunay1 I am using name property to find if that element is present or not via size method.
the tool is just hanging even while using inspect.exe on grid
I am automating a windows application and one of the table on application screen contains 11000 rows. I am not working on that grid, but still winappdriver hangs on that screen. Even inspect.exe hangs while inspecting any element on this screen.
Everything works fine if the tables/grids contains about 5000 rows.
Is there any issue with winappdriver working on large grids?