Wait For WebElement

This node waits for a web element in an active selenium session to be in a specific state
The element to send to can be found using different selectors e.g. byID, byXpath, byClass,...

Options

Wait Condition
Define what the state of the webelement should be for the wait to stop Wait conditions are: isPresent, isClickable, isVisible, isInvisivle, isSelected
Wait for webelements to appear (Seconds)
Define how long the node should wait for the element to be in the given state (will fail if condition is not fulfilled after the wait)
searchIn
Define if you want to search in the whole document (with locator) or in the last saved web element Can be: "with locator","current element" or "with locator in current element"
Locator String
The locator string to search for. e.g. an xPath or the ID of the webElement
FindBy
Specify how the node should search for the element. Can be: "ById","ByName","ByClassName","ByXPath","ByCssSelector","ByLinkText","ByPartialLinkText","ByTagName"

Input Ports

Icon
Running FirefoxBrowserSession (created with CreateFirefoxBrowserInstance).

Output Ports

Icon
FirefoxBrowserSession

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.