public class RichFacesAutocomplete.AdvancedAutocompleteInteractions extends Object
| 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() |
long |
getTimeoutForSuggestionsToBeNotVisible() |
long |
getTimeoutForSuggestionsToBeVisible() |
String |
getToken() |
void |
setupScrollingType() |
void |
setupScrollingType(ScrollingType type) |
void |
setupTimeoutForSuggestionsToBeNotVisible(long timeoutInMilliseconds) |
void |
setupTimeoutForSuggestionsToBeVisible(long timeoutInMilliseconds) |
void |
setupToken() |
void |
setupToken(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()
public List<org.openqa.selenium.WebElement> getSuggestionsElements()
public String getToken()
public void setupToken()
public void setupToken(String value)
public void setupScrollingType()
public void setupScrollingType(ScrollingType type)
public WaitingWrapper waitForSuggestionsToBeNotVisible()
public WaitingWrapper waitForSuggestionsToBeVisible()
public void setupTimeoutForSuggestionsToBeNotVisible(long timeoutInMilliseconds)
public void setupTimeoutForSuggestionsToBeVisible(long timeoutInMilliseconds)
public long getTimeoutForSuggestionsToBeNotVisible()
public long getTimeoutForSuggestionsToBeVisible()
Copyright © 2014 JBoss by Red Hat. All rights reserved.