Меню

Wait for Java element
Activity is designed to wait for the Java element on the screen. You can wait for the element to appear as well as for it to disappear. If the expected event didn't happen within the specified period of time, an error (exception) will be thrown.
The activity is located in the Java group.
Properties

Activity properties
Options:
Wait for appearance - wait for the Java element to appear on the screen;
Wait for disappearance - wait for the Java element to disappear from the screen.
Properties:
XPath - path to the element on the screen interpreted as XPath;
Time span (s.) - the time during which the element should appear or disappear;
Delay - the time during which to wait before checking for the element to appear/disappear again;
Provider - the environment where the activity will be performed.