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 VariableRequiredThe variable name refers to the opened web browser.Wait Timeout :
Integer ArgumentSeconds to wait until the element is found.
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.
Output
Elements :
List VariableThe collection ofIWebElementfound is stored in the variable.Found :
Boolean VariableSets variable true if the element is found.
Last updated