Find Elements

Find web elements.

This activity finds all web elements with specified selector properties and stores the founded element in a variable.

Input

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 of IWebElement found is stored in the variable.

  • Found : Boolean Variable Sets variable true if the element is found.

Last updated