Class PageLayout2Toolbar
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.selenium3.component.editor.PageLayout2Toolbar
-
@Deprecated public class PageLayout2Toolbar extends Object
Deprecated.in 5.8. UsePageLayout2Toolbar
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PageLayout2Toolbar.PageLayoutSectionType
Deprecated.
-
Constructor Summary
Constructors Constructor Description PageLayout2Toolbar()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addSection()
Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>
isVisible()
Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>
isVisibleAndNotAnimated()
Deprecated.void
moveDownSection()
Deprecated.void
moveUpSection()
Deprecated.void
removeSection()
Deprecated.void
selectLayout(PageLayout2Toolbar.PageLayoutSectionType pageLayout)
Deprecated.void
waitUntilVisible()
Deprecated.void
waitUntilVisibleAndNotAnimated()
Deprecated.
-
-
-
Method Detail
-
waitUntilVisibleAndNotAnimated
public void waitUntilVisibleAndNotAnimated()
Deprecated.
-
waitUntilVisible
public void waitUntilVisible()
Deprecated.
-
selectLayout
public void selectLayout(PageLayout2Toolbar.PageLayoutSectionType pageLayout)
Deprecated.
-
addSection
public void addSection()
Deprecated.
-
moveUpSection
public void moveUpSection()
Deprecated.
-
moveDownSection
public void moveDownSection()
Deprecated.
-
removeSection
public void removeSection()
Deprecated.
-
isVisible
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isVisible()
Deprecated.
-
isVisibleAndNotAnimated
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isVisibleAndNotAnimated()
Deprecated.
-
-