public class RichFacesSelect.AdvancedSelectInteractions extends Object
| Constructor and Description |
|---|
RichFacesSelect.AdvancedSelectInteractions() |
| Modifier and Type | Method and Description |
|---|---|
TextInputComponentImpl |
getInput() |
protected boolean |
getOpenByInputClick() |
org.openqa.selenium.WebElement |
getRootElement() |
protected ScrollingType |
getScrollingType() |
org.openqa.selenium.WebElement |
getShowButtonElement() |
List<org.openqa.selenium.WebElement> |
getSuggestionsElements() |
long |
getTimeoutForSuggestionsToBeNotVisible() |
long |
getTimeoutForSuggestionsToBeVisible() |
boolean |
isPopupPresent() |
void |
setupOpenByInputClick() |
void |
setupOpenByInputClick(boolean openByClickOnInput)
Setups opening of select.
|
void |
setupScrollingType() |
void |
setupScrollingType(ScrollingType type)
Setups scrolling type.
|
void |
setupTimeoutForSuggestionsToBeNotVisible(long timeoutInMilliseconds) |
void |
setupTimeoutForSuggestionsToBeVisible(long timeoutInMilliseconds) |
WaitingWrapper |
waitUntilSuggestionsAreNotVisible() |
WaitingWrapper |
waitUntilSuggestionsAreVisible() |
public RichFacesSelect.AdvancedSelectInteractions()
public TextInputComponentImpl getInput()
protected boolean getOpenByInputClick()
public org.openqa.selenium.WebElement getRootElement()
protected ScrollingType getScrollingType()
public org.openqa.selenium.WebElement getShowButtonElement()
public List<org.openqa.selenium.WebElement> getSuggestionsElements()
public boolean isPopupPresent()
public void setupOpenByInputClick()
public void setupOpenByInputClick(boolean openByClickOnInput)
openByClickOnInput - if true, select will be opened by input clicking (default). If false, the select will be opened by
'show' button of the select.public void setupScrollingType()
public void setupScrollingType(ScrollingType type)
type - type of scrolling through the list of options and selecting on of them.public WaitingWrapper waitUntilSuggestionsAreNotVisible()
public WaitingWrapper waitUntilSuggestionsAreVisible()
public void setupTimeoutForSuggestionsToBeNotVisible(long timeoutInMilliseconds)
public long getTimeoutForSuggestionsToBeNotVisible()
public void setupTimeoutForSuggestionsToBeVisible(long timeoutInMilliseconds)
public long getTimeoutForSuggestionsToBeVisible()
Copyright © 2014 JBoss by Red Hat. All rights reserved.