Class SearchAndReplaceToolbar
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.editor.SearchAndReplaceToolbar
-
@Deprecated public class SearchAndReplaceToolbar extends Object
Deprecated.in 5.8. UseSearchAndReplaceToolbarinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.Represents the search and replace toolbar in the editor. This is hidden by default.
-
-
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.pageobjects.elements.PageElementFinderpageElementFinderDeprecated.
-
Constructor Summary
Constructors Constructor Description SearchAndReplaceToolbar()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclearAllFields()Deprecated.voidclickFind()Deprecated.voidclickPrev()Deprecated.voidclickReplace()Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionisAMatchMarkerPresent()Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionisFindInputFocussed()Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>isHiddenAndNotAnimated()Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionisNotAnimated()Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionisReplaceButtonEnabled()Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionisVisible()Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>isVisibleAndNotAnimated()Deprecated.voidpressEnterOnFindField()Deprecated.voidpressEnterOnReplaceField()Deprecated.voidpressEscapeOnFindField()Deprecated.voidpressEscapeOnReplaceField()Deprecated.voidsearchAndReplaceAll(String searchTerm, String replacement)Deprecated.voidsearchAndReplaceOneClick(String searchTerm, String replacement)Deprecated.voidsearchAndReplaceOnePressEnter(String searchTerm, String replacement)Deprecated.voidtypeQueryAndClickFind(String searchTerm)Deprecated.voidtypeQueryAndClickPrev(String searchTerm)Deprecated.voidtypeQueryAndPressEnter(String searchTerm)Deprecated.voidtypeReplaceQuery(String replacement)Deprecated.voidtypeSearchQuery(String searchTerm)Deprecated.voidwaitUntilVisible()Deprecated.
-
-
-
Method Detail
-
typeSearchQuery
public void typeSearchQuery(String searchTerm)
Deprecated.
-
typeReplaceQuery
public void typeReplaceQuery(String replacement)
Deprecated.
-
clickFind
public void clickFind()
Deprecated.
-
clickPrev
public void clickPrev()
Deprecated.
-
pressEnterOnFindField
public void pressEnterOnFindField()
Deprecated.
-
pressEscapeOnFindField
public void pressEscapeOnFindField()
Deprecated.
-
pressEnterOnReplaceField
public void pressEnterOnReplaceField()
Deprecated.
-
pressEscapeOnReplaceField
public void pressEscapeOnReplaceField()
Deprecated.
-
clickReplace
public void clickReplace()
Deprecated.
-
typeQueryAndPressEnter
public void typeQueryAndPressEnter(String searchTerm)
Deprecated.
-
typeQueryAndClickFind
public void typeQueryAndClickFind(String searchTerm)
Deprecated.
-
typeQueryAndClickPrev
public void typeQueryAndClickPrev(String searchTerm)
Deprecated.
-
searchAndReplaceOneClick
public void searchAndReplaceOneClick(String searchTerm, String replacement)
Deprecated.
-
searchAndReplaceOnePressEnter
public void searchAndReplaceOnePressEnter(String searchTerm, String replacement)
Deprecated.
-
searchAndReplaceAll
public void searchAndReplaceAll(String searchTerm, String replacement)
Deprecated.
-
waitUntilVisible
public void waitUntilVisible()
Deprecated.
-
isVisible
public com.atlassian.pageobjects.elements.query.TimedCondition isVisible()
Deprecated.
-
isNotAnimated
public com.atlassian.pageobjects.elements.query.TimedCondition isNotAnimated()
Deprecated.
-
isVisibleAndNotAnimated
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isVisibleAndNotAnimated()
Deprecated.
-
isHiddenAndNotAnimated
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isHiddenAndNotAnimated()
Deprecated.
-
isReplaceButtonEnabled
public com.atlassian.pageobjects.elements.query.TimedCondition isReplaceButtonEnabled()
Deprecated.
-
isFindInputFocussed
public com.atlassian.pageobjects.elements.query.TimedCondition isFindInputFocussed()
Deprecated.
-
isAMatchMarkerPresent
public com.atlassian.pageobjects.elements.query.TimedCondition isAMatchMarkerPresent()
Deprecated.
-
clearAllFields
public void clearAllFields()
Deprecated.
-
-