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