| Class | Description |
|---|---|
| AbstractWebDriverSubStepImplementations | |
| ActionWebDriverSubStepImplementations | |
| AssertionWebDriverSubStepImplementations | |
| BaseWebdriverSubStepImplementations |
Class containing the base set of substep impls.
|
| FinderWebDriverSubStepImplementations | |
| FormWebDriverSubStepImplementations | |
| MatchingElementResultHandler |
Class encapsulating logic around how to process multiple results found as
result of a By.
|
| MatchingElementResultHandler.AtLeastOneElementImpl |
This class will look for one matching element and disregard others.
|
| MatchingElementResultHandler.ExactlyOneElementImpl |
This class will check that only one matching element is found.
|
| MatchingElementResultHandler.NoneFailingOneElementImpl |
This class fits into the MatchingElementResultHandler pattern, but doesn't throw an exception if no element is found, that is left to calling classes.
|
| MatchingElementResultHandler.NthElement |
This class will look for at least n matching elements and return the
nth
|
| StartupWebDriverSubStepImplementations | |
| TableSubStepImplementations |
Copyright © 2016 Substeps. All rights reserved.