Wait
Waits for a specific web element.
This activity waits for a user-specified web element to appear or disappear for a given time.
Input
Browser :
IWebDriver VariableRequiredThe variable name refers to the opened web browser.Wait Timeout :
Integer ArgumentRequiredSeconds to wait until the element is found.Criteria :
Specify the wait criteria. The available options are.
Element Appears (default)Element Disappears
Target
Element Selectors :
RequiredThe Web Element selectors which will be used to find the target element. We can edit the selectors of the specified web element using the Web Element Selector Editor Window.
Last updated