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 Variable Required The variable name refers to the opened web browser.

  • Wait Timeout : Integer Argument Required Seconds to wait until the element is found.

  • Criteria :

    Specify the wait criteria. The available options are.

    • Element Appears (default)

    • Element Disappears

Target

  • Element Selectors : Required The 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