cancel
Showing results for 
Search instead for 
Did you mean: 

Java - slow highlighting - many elements

Anonymous
Not applicable
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.
1 REPLY 1

MelissaSuarez_G
Level 6
This thread is very old, but it might help to someone else too. The same thing happened to me and Surface Automation did the trick. It went from minutes to seconds. The problem with spying Java elements is that Blue Prism retrieve ALL the attributes of that application before looking for the element that you need. But with surface automation you can just wait for an element to appear before performing the next action. There is a very good guide and examples in the Learning section.