Class InsertDropdownMenu
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.selenium3.component.editor.toolbars.InsertDropdownMenu
-
@Deprecated public class InsertDropdownMenu extends Object
Deprecated.in 5.8. UseInsertDropdownMenu
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
InsertDropdownMenu.InsertItem
Deprecated.
-
Constructor Summary
Constructors Constructor Description InsertDropdownMenu()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
click(InsertDropdownMenu.InsertItem menuItem)
Deprecated.Clicks on a item from the insert dropdown menuImageBrowserDialog
clickInsertImage()
Deprecated.LinkBrowserDialog
clickInsertLink()
Deprecated.MacroBrowserDialog
clickInsertMacro()
Deprecated.WikiMarkupDialog
clickWikiMarkup()
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.
-
clickInsertMacro
public MacroBrowserDialog clickInsertMacro()
Deprecated.
-
clickWikiMarkup
public WikiMarkupDialog clickWikiMarkup()
Deprecated.
-
clickInsertLink
public LinkBrowserDialog clickInsertLink()
Deprecated.
-
clickInsertImage
public ImageBrowserDialog clickInsertImage()
Deprecated.
-
click
public void click(InsertDropdownMenu.InsertItem menuItem)
Deprecated.Clicks on a item from the insert dropdown menu- Parameters:
menuItem
-
-
-