protected abstract static class RoadMapDescription.Init<T extends RoadMapDescription.Init<T>> extends WebElementDescription.Init<T>
Modifier | Constructor and Description |
---|---|
protected |
Init() |
Modifier and Type | Method and Description |
---|---|
RoadMapDescription |
build()
Returns the built description instance (builder pattern).
|
T |
items(java.lang.String[] items)
Initializes the names of all items including steps and sub-steps in the road map.
|
T |
itemsCount(java.lang.Integer itemsCount)
Initializes the number of steps and sub-steps in the road map.
|
T |
steps(java.lang.String[] steps)
Initializes the names of all steps in the road map.
|
T |
stepsCount(java.lang.Integer stepsCount)
Initializes the number of steps in the road map.
|
accessibilityName, accessibilityName, cssSelector, cssSelector, role, role, xpath, xpath
absoluteLocation, absoluteLocation, absoluteLocation, attribute, attribute, attributes, className, className, id, id, innerHTML, innerHTML, innerText, innerText, location, location, location, name, name, outerHTML, outerHTML, outerText, outerText, size, size, size, style, style, styles, tagName, tagName, title, title, visible
index, self, vri, vri
public RoadMapDescription build()
DescriptionBase.Init
build
in class WebElementDescription.Init<T extends RoadMapDescription.Init<T>>
public T items(java.lang.String[] items)
items
- the names of all items.public T steps(java.lang.String[] steps)
steps
- the names of all steps.public T itemsCount(java.lang.Integer itemsCount)
itemsCount
- the number of steps and sub-steps to initialize.public T stepsCount(java.lang.Integer stepsCount)
stepsCount
- the number of steps to initialize.