com.atlassian.confluence.webdriver.pageobjects.component.editor.PageLayout2Toolbar
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class PageLayout2Toolbar extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PageLayout2Toolbar.PageLayoutSectionType
Deprecated.
|
Constructor and Description |
---|
PageLayout2Toolbar()
Deprecated.
|
Modifier and Type | Method and 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.
|
public void waitUntilVisibleAndNotAnimated()
public void waitUntilVisible()
public void selectLayout(PageLayout2Toolbar.PageLayoutSectionType pageLayout)
public void addSection()
public void moveUpSection()
public void moveDownSection()
public void removeSection()
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isVisible()
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isVisibleAndNotAnimated()
Copyright © 2003–2021 Atlassian. All rights reserved.