| Package | Description |
|---|---|
| com.technophobia.webdriver.substeps.impl |
| Modifier and Type | Class and Description |
|---|---|
static class |
MatchingElementResultHandler.AtLeastOneElementImpl
This class will look for one matching element and disregard others.
|
static class |
MatchingElementResultHandler.ExactlyOneElementImpl
This class will check that only one matching element is found.
|
static class |
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.
|
static class |
MatchingElementResultHandler.NthElement
This class will look for at least n matching elements and return the
nth
|
Copyright © 2016 Substeps. All rights reserved.