| Package | Description |
|---|---|
| com.technophobia.webdriver.substeps.impl |
| Class and Description |
|---|
| AbstractWebDriverSubStepImplementations |
| 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.
|
Copyright © 2016 Substeps. All rights reserved.