public class RichFacesAutocomplete.AdvancedAutocompleteInteractions extends Object implements VisibleComponentInteractions
Constructor and Description |
---|
RichFacesAutocomplete.AdvancedAutocompleteInteractions() |
Modifier and Type | Method and Description |
---|---|
TextInputComponentImpl |
clear(ClearType clearType)
Clears the value of autocomplete's input field.
|
TextInputComponentImpl |
getInput() |
org.openqa.selenium.WebElement |
getRootElement() |
protected ScrollingType |
getScrollingType() |
List<org.openqa.selenium.WebElement> |
getSuggestionsElements() |
protected String |
getSuggestionsSelectorTemplate() |
long |
getTimeoutForSuggestionsToBeNotVisible() |
long |
getTimeoutForSuggestionsToBeVisible() |
String |
getToken() |
boolean |
isVisible() |
void |
setScrollingType() |
void |
setScrollingType(ScrollingType type) |
void |
setTimeoutForSuggestionsToBeNotVisible(long timeoutInMilliseconds) |
void |
setTimeoutForSuggestionsToBeVisible(long timeoutInMilliseconds) |
void |
setToken() |
void |
setToken(String value) |
WaitingWrapper |
waitForSuggestionsToBeNotVisible() |
WaitingWrapper |
waitForSuggestionsToBeVisible() |
public RichFacesAutocomplete.AdvancedAutocompleteInteractions()
public TextInputComponentImpl clear(ClearType clearType)
clearType
- defines how the input should be cleared, e.g. by using backspace key, by delete key, by JavaScript,
etc.public TextInputComponentImpl getInput()
public org.openqa.selenium.WebElement getRootElement()
protected ScrollingType getScrollingType()
protected String getSuggestionsSelectorTemplate()
public List<org.openqa.selenium.WebElement> getSuggestionsElements()
public String getToken()
public void setToken()
public void setToken(String value)
public void setScrollingType()
public void setScrollingType(ScrollingType type)
public WaitingWrapper waitForSuggestionsToBeNotVisible()
public WaitingWrapper waitForSuggestionsToBeVisible()
public void setTimeoutForSuggestionsToBeNotVisible(long timeoutInMilliseconds)
public void setTimeoutForSuggestionsToBeVisible(long timeoutInMilliseconds)
public long getTimeoutForSuggestionsToBeNotVisible()
public long getTimeoutForSuggestionsToBeVisible()
public boolean isVisible()
isVisible
in interface VisibleComponentInteractions
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.