cancel
Showing results for 
Search instead for 
Did you mean: 

More than 1 min delay in java based app automation

yellusharath
Level 2
Hi all, I am facing an issue in java based application automation. I am able to spy the elements but it is taking at least 1 min to highlight the element. And also taking at least 1 min to identify the control to do the processing for each stage when i run the code. Kindly suggest me to resolve the issue.
1 REPLY 1

AndreyKudinov
Level 10
There are two options for java mode: descendtree, ignorenotshowing. Second one might help. Also ""Ancestor count"" helps alot, but if you already did both, you probably have a huge element tree (e.g. you have a huge dropdown list on screen) and Blueprism is really bad in that case, because it parses it each and every time by design it seems - try using other types of automation, surface should work.