I have a Java application with a table on an application window. But this table contains 12 columns and 1600 rows and it takes very long time than any element is highlited. Not just this table, but every element on the window. If the table has about 100 rows then everything is OK. So, is there any way how to speed this up or how to not check the table if I need just button?
Match index and Match reverse doesn't help.
Thanks.