Find Elements
Find web elements.
This activity finds all web elements with specified selector properties and stores the founded element in a variable.
Input
Browser :
IWebDriver Variable
Required
The variable name refers to the opened web browser.Wait Timeout :
Integer Argument
Seconds to wait until the element is found.
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.
Output
Elements :
List Variable
The collection ofIWebElement
found is stored in the variable.Found :
Boolean Variable
Sets variable true if the element is found.
Last updated