public class RichFacesSelect.AdvancedSelectInteractions extends Object implements VisibleComponentInteractions
Constructor and Description |
---|
RichFacesSelect.AdvancedSelectInteractions() |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.arquillian.graphene.findby.ByJQuery |
getGlobalPopup() |
TextInputComponentImpl |
getInput() |
protected org.jboss.arquillian.graphene.GrapheneElement |
getLocalPopup() |
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() |
boolean |
isVisible() |
void |
setOpenByInputClick() |
void |
setOpenByInputClick(boolean openByClickOnInput)
Sets opening of select.
|
void |
setScrollingType() |
void |
setScrollingType(ScrollingType type)
Sets scrolling type.
|
void |
setTimeoutForSuggestionsToBeNotVisible(long timeoutInMilliseconds) |
void |
setTimeoutForSuggestionsToBeVisible(long timeoutInMilliseconds) |
WaitingWrapper |
waitUntilSuggestionsAreNotVisible() |
WaitingWrapper |
waitUntilSuggestionsAreVisible() |
public RichFacesSelect.AdvancedSelectInteractions()
public TextInputComponentImpl getInput()
protected boolean getOpenByInputClick()
protected org.jboss.arquillian.graphene.GrapheneElement getLocalPopup()
protected org.jboss.arquillian.graphene.findby.ByJQuery getGlobalPopup()
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 boolean isVisible()
isVisible
in interface VisibleComponentInteractions
public void setOpenByInputClick()
public void setOpenByInputClick(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 setScrollingType()
public void setScrollingType(ScrollingType type)
type
- type of scrolling through the list of options and selecting on of them.public WaitingWrapper waitUntilSuggestionsAreNotVisible()
public WaitingWrapper waitUntilSuggestionsAreVisible()
public void setTimeoutForSuggestionsToBeNotVisible(long timeoutInMilliseconds)
public long getTimeoutForSuggestionsToBeNotVisible()
public void setTimeoutForSuggestionsToBeVisible(long timeoutInMilliseconds)
public long getTimeoutForSuggestionsToBeVisible()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.