descendtree, as far as I'm aware, is just a sort optimization for the DOM. ignorenotshowing tells the parser to ignore hidden elements (something known to plague anything using Java/Accessibility).
As for the filters, regardless of spy type, you can think of them as parameters to narrow down a DOM search. The more reliably refined you make it, the fewer elements the software will need to search through in order to find what you're looking for.
------------------------------
Ami Barrett
Automation Developer, Team Lead
Blue Prism
Plano, TX
------------------------------
Original Message:
Sent: 11-20-2020 03:56
From: Vrat Himbo
Subject: Wait stage in java automation
Thanks @Ami Barrett,
what will be the changes by inserting descendtree,ignorenotshowing, can you explain me, please?
For the second tip, and that is to use some filters, how it improves speed execution?
Thanks again.
------------------------------
Vrat Himbo
Original Message:
Sent: 11-19-2020 10:56
From: Ami Barrett
Subject: Wait stage in java automation
Try adding (without quotes) "descendtree,ignorenotshowing" to the additional options field in the application modeler.
Additionally, you may want to consider using some of the following filters:
- Match Index
- Ancestor Count
- aAncestor Count
- Ordinal
- Visible
- Hidden
- Parent Child Count
------------------------------
Ami Barrett
Automation Developer, Team Lead
Blue Prism
Plano, TX
Original Message:
Sent: 11-19-2020 09:59
From: Vrat Himbo
Subject: Wait stage in java automation
up please
------------------------------
Vrat Himbo
Original Message:
Sent: 11-18-2020 03:55
From: Vrat Himbo
Subject: Wait stage in java automation
Hi team,
i read the document about java automation, I noticed that it is a very slow automation, also following best practices, i have to do with a java web app via iexplore, so my question is:it must always be used the "wait stage" to check that the java element is present before a click, reader, etc.?
How can i improve resilience and speed, any tips?
Thanks in advance
------------------------------
Vrat Himbo
------------------------------