QuickSearchSuggestions
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class QuickSearchSuggestions extends ConfluenceAbstractPageComponent
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
suggestionsList
Deprecated.
|
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
QuickSearchSuggestions()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ViewPage |
clickOnSuggestedItem(String name)
Deprecated.
|
<T> T |
clickOnSuggestedItem(String name,
Class<T> nextPage)
Deprecated.
|
Boolean |
containsText(String match)
Deprecated.
|
String |
getTextFromSuggestionsActiveItem()
Deprecated.
|
void |
ready()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
suggestionsActiveItemContainsText(String text)
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
suggestionsActiveItemText()
Deprecated.
|
int |
suggestionsListNumberSpaceItems()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
suggestionsListText()
Deprecated.
|
void |
waitForSuggestionsContainsText(String match)
Deprecated.
|
getComponent
protected com.atlassian.pageobjects.elements.PageElement suggestionsList
public final void ready()
public void waitForSuggestionsContainsText(String match)
@Deprecated public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> suggestionsActiveItemContainsText(String text)
public com.atlassian.pageobjects.elements.query.TimedQuery<String> suggestionsActiveItemText()
@Deprecated public String getTextFromSuggestionsActiveItem()
public int suggestionsListNumberSpaceItems()
@Deprecated public Boolean containsText(String match)
public com.atlassian.pageobjects.elements.query.TimedQuery<String> suggestionsListText()
Copyright © 2003–2017 Atlassian. All rights reserved.