SearchAndReplaceToolbar
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class SearchAndReplaceToolbar extends Object
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElementFinder |
pageElementFinder
Deprecated.
|
Constructor and Description |
---|
SearchAndReplaceToolbar()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
clearAllFields()
Deprecated.
|
void |
clickFind()
Deprecated.
|
void |
clickPrev()
Deprecated.
|
void |
clickReplace()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isAMatchMarkerPresent()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isFindInputFocussed()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
isHiddenAndNotAnimated()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isNotAnimated()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isReplaceButtonEnabled()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isVisible()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
isVisibleAndNotAnimated()
Deprecated.
|
void |
pressEnterOnFindField()
Deprecated.
|
void |
pressEnterOnReplaceField()
Deprecated.
|
void |
pressEscapeOnFindField()
Deprecated.
|
void |
pressEscapeOnReplaceField()
Deprecated.
|
void |
searchAndReplaceAll(String searchTerm,
String replacement)
Deprecated.
|
void |
searchAndReplaceOneClick(String searchTerm,
String replacement)
Deprecated.
|
void |
searchAndReplaceOnePressEnter(String searchTerm,
String replacement)
Deprecated.
|
void |
typeQueryAndClickFind(String searchTerm)
Deprecated.
|
void |
typeQueryAndClickPrev(String searchTerm)
Deprecated.
|
void |
typeQueryAndPressEnter(String searchTerm)
Deprecated.
|
void |
typeReplaceQuery(String replacement)
Deprecated.
|
void |
typeSearchQuery(String searchTerm)
Deprecated.
|
void |
waitUntilVisible()
Deprecated.
|
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder
public void typeSearchQuery(String searchTerm)
public void typeReplaceQuery(String replacement)
public void clickFind()
public void clickPrev()
public void pressEnterOnFindField()
public void pressEscapeOnFindField()
public void pressEnterOnReplaceField()
public void pressEscapeOnReplaceField()
public void clickReplace()
public void typeQueryAndPressEnter(String searchTerm)
public void typeQueryAndClickFind(String searchTerm)
public void typeQueryAndClickPrev(String searchTerm)
public void searchAndReplaceOneClick(String searchTerm, String replacement)
public void searchAndReplaceOnePressEnter(String searchTerm, String replacement)
public void searchAndReplaceAll(String searchTerm, String replacement)
public void waitUntilVisible()
public com.atlassian.pageobjects.elements.query.TimedCondition isVisible()
public com.atlassian.pageobjects.elements.query.TimedCondition isNotAnimated()
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isVisibleAndNotAnimated()
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isHiddenAndNotAnimated()
public com.atlassian.pageobjects.elements.query.TimedCondition isReplaceButtonEnabled()
public com.atlassian.pageobjects.elements.query.TimedCondition isFindInputFocussed()
public com.atlassian.pageobjects.elements.query.TimedCondition isAMatchMarkerPresent()
public void clearAllFields()
Copyright © 2003–2015 Atlassian. All rights reserved.