Thanks for the help
@james.man,
i've follow the best practice from the java automation guide, my problem is, sometimes JIT goes in error (i think for a cpu overload), so my first question is: how can i improve that?
And then, in java automation guide i've read this.
"Avoid using Wait stages that continually check for the existence of a Java element. Aten-second wait stage would thrash the application model considerably. An alternativewould be to use a Wait stage with a fixed time period before the Wait stage thatchecks whether the element exists. By doing this, sufficient time should have passedto allow the element to appear, meaning that the first check of the application modelshould suffice."
Is not better to use a "sleep action" instead of a "wait stage" in unkown elements with a fixed time before the wait stage for searchin the java element?? My collegue suppose that and i need to improve that, so any help would be appreciate.
Thanks in advance
------------------------------
Vrat Himbo
------------------------------