WinAppDriver icon indicating copy to clipboard operation
WinAppDriver copied to clipboard

Winappdriver hangs if any grid/table on GUI contains more than 10000 rows

Open varun210619 opened this issue 2 years ago • 3 comments

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?

varun210619 avatar May 30 '22 09:05 varun210619

What are you using to find elements? Can you share the code?

anunay1 avatar May 30 '22 16:05 anunay1

Hi @anunay1 I am using name property to find if that element is present or not via size method.

varun210619 avatar May 31 '22 14:05 varun210619

the tool is just hanging even while using inspect.exe on grid

varun210619 avatar May 31 '22 14:05 varun210619