Name | Description |
---|---|
BaseElementAction | Base class for all the *ElementAction helper classes |
DomElementSearch | Retrieve element(s) from the DOM |
MultiElementAction | Helper class for finding multiple DOM elements to act upon |
SingleElementAction | Helper class that allows us to write Prose where the action comes before we say what DOM element we want to act upon |
SingleElementExpect | Helper class for testing elements using convenient, human-like names and terms for elements (such as 'buttonLabelled') |
Name | Description |
---|---|
VisibleElementFinder | Trait for assisting with finding a visible element from a larger list |