Class FormatDropdownMenu
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.selenium3.component.editor.toolbars.FormatDropdownMenu
-
@Deprecated public class FormatDropdownMenu extends Object
Deprecated.in 5.8. UseFormatDropdownMenu
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
FormatDropdownMenu.FormatItem
Deprecated.
-
Constructor Summary
Constructors Constructor Description FormatDropdownMenu()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
click(FormatDropdownMenu.FormatItem formatItem)
Deprecated.Clicks on a item from the format dropdown menuvoid
clickBlockquote()
Deprecated.void
clickHeading2()
Deprecated.void
clickPreformatted()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isVisible()
Deprecated.void
waitUntilVisible()
Deprecated.
-
-
-
Method Detail
-
waitUntilVisible
public void waitUntilVisible()
Deprecated.
-
isVisible
public com.atlassian.pageobjects.elements.query.TimedCondition isVisible()
Deprecated.
-
clickPreformatted
public void clickPreformatted()
Deprecated.
-
clickBlockquote
public void clickBlockquote()
Deprecated.
-
clickHeading2
public void clickHeading2()
Deprecated.
-
click
public void click(FormatDropdownMenu.FormatItem formatItem)
Deprecated.Clicks on a item from the format dropdown menu- Parameters:
formatItem
-
-
-