Class PageLayout2Toolbar

java.lang.Object
com.atlassian.confluence.pageobjects.component.editor.PageLayout2Toolbar

@Deprecated public class PageLayout2Toolbar extends Object
Deprecated.
in 5.8. Use PageLayout2Toolbar instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
  • Constructor Details

    • PageLayout2Toolbar

      public PageLayout2Toolbar()
      Deprecated.
  • Method Details

    • 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.