added
Creating variable from element count
over 5 years ago by Simon Choy
You can now use CSS selectors or XPath queries to find elements and store the number of found elements as a variable! To achieve this, you just need to create a Custom Find step, change the Find type to "Number of Elements", and select the "Create Variable" option under Action. After entering the variable name and the CSS or XPath query, the resulting count will be stored as a variable.

This new feature is especially helpful in conjunction with looping, since you can now loop based on the element count. For more info on how to use looping, please see the help docs for full details.
