cancel
Showing results for 
Search instead for 
Did you mean: 

Java Elements Spying/Highlighting Issue

Ansar_AhmedAtta
Level 4
Hi, we have spied the java element but when we highlight the same element it takes 2-3 minutes to get highlighted. please let me know the ways in which we can reduce the time taken to highlight a java element. TIA.
3 REPLIES 3

MelissaSuarez_G
Level 6
Try using ignorenoshowing on the application modeler wizard. https://portal.blueprism.com/system/files/2017-09/Java%20Automation%20Guide.pdf

Ansar_AhmedAtta
Level 4
thanks Melissa. i tried ignorenoshowing and descendtree also but it is not helping.

JanSmedseng
Level 2
Hi.   You have to use this parameter in combination. I was spying a table containing 201 Items with 13 columns. Without any parameters, it takes about 20 sek. to highlight it. Using decendtree it takes about 13 sek. Using decendtree with AncestorCount >= 10 (the AncestorCount of the table is 13) it takes about 2 sek. Using decendtree with AncestorCount >= 10 and ignorenotshowing it takes about 1.5 sek. Using decendtree with AncestorCount = 13 and ignorenotshowing its so fast that I cannot measure it.