public class SuggestInputElement.SuggestionElement extends BaseElement
Constructor and Description |
---|
SuggestionElement(org.openqa.selenium.WebElement suggestion) |
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deletes this suggestion from the list of selected suggestions.
|
String |
getHint() |
String |
getIcon() |
String |
getLabel() |
String |
getURL() |
String |
getValue() |
void |
select()
Selects this suggestion.
|
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageJSIsLoaded
public SuggestionElement(org.openqa.selenium.WebElement suggestion)
public String getValue()
public String getLabel()
public String getIcon()
public String getURL()
public String getHint()
public void delete()
public void select()
Copyright © 2004–2021 XWiki. All rights reserved.