com.atlassian.confluence.webdriver.pageobjects.component.dropdown.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.
|
int |
suggestionsListNumberSpaceItems()
Deprecated.
|
void |
waitForSuggestionsContainsText(String match)
Deprecated.
|
getComponent
protected com.atlassian.pageobjects.elements.PageElement suggestionsList
public final void ready()
public void waitForSuggestionsContainsText(String match)
public String getTextFromSuggestionsActiveItem()
public int suggestionsListNumberSpaceItems()
Copyright © 2003–2015 Atlassian. All rights reserved.