microsoft / WinAppDriver

Windows Application Driver
MIT License
3.7k stars 1.4k forks source link

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

Open varun210619 opened 2 years ago

varun210619 commented 2 years ago

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?

anunay1 commented 2 years ago

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

varun210619 commented 2 years ago

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

varun210619 commented 2 years ago

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