public static class ChoicePickerHelper.WebElementPickerImpl extends Object implements ChoicePickerHelper.WebElementPicking.WebElementPicker
ChoicePickerHelper.WebElementPicking.CanBeNegated, ChoicePickerHelper.WebElementPicking.ComparationBy, ChoicePickerHelper.WebElementPicking.LogicalOperation, ChoicePickerHelper.WebElementPicking.WebElementPicker
Constructor and Description |
---|
ChoicePickerHelper.WebElementPickerImpl() |
Modifier and Type | Method and Description |
---|---|
ChoicePickerHelper.WebElementPicking.ComparationBy |
attribute(String attributeName) |
org.openqa.selenium.WebElement |
pick(List<org.openqa.selenium.WebElement> options)
Picks the first WebElement from the @options, that meets all requirements depending on implementation.
|
List<org.openqa.selenium.WebElement> |
pickMultiple(List<org.openqa.selenium.WebElement> options)
Picks multiple WebElements from the @options, that meets all requirements depending on implementation.
|
ChoicePickerHelper.WebElementPicking.ComparationBy |
text() |
public ChoicePickerHelper.WebElementPickerImpl()
public ChoicePickerHelper.WebElementPicking.ComparationBy attribute(String attributeName)
attribute
in interface ChoicePickerHelper.WebElementPicking
public org.openqa.selenium.WebElement pick(List<org.openqa.selenium.WebElement> options)
ChoicePicker
pick
in interface ChoicePicker
options
- options to be picked from.public List<org.openqa.selenium.WebElement> pickMultiple(List<org.openqa.selenium.WebElement> options)
MultipleChoicePicker
pickMultiple
in interface MultipleChoicePicker
options
- options to be picked frompublic ChoicePickerHelper.WebElementPicking.ComparationBy text()
text
in interface ChoicePickerHelper.WebElementPicking
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.