Class InsertDropdownMenu
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.editor.toolbars.InsertDropdownMenu
-
@Deprecated public class InsertDropdownMenu extends Object
Deprecated.in 5.8. UseInsertDropdownMenuinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInsertDropdownMenu.InsertItemDeprecated.
-
Constructor Summary
Constructors Constructor Description InsertDropdownMenu()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclick(InsertDropdownMenu.InsertItem menuItem)Deprecated.Clicks on a item from the insert dropdown menuImageBrowserDialogclickInsertImage()Deprecated.LinkBrowserDialogclickInsertLink()Deprecated.MacroBrowserDialogclickInsertMacro()Deprecated.WikiMarkupDialogclickWikiMarkup()Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionisVisible()Deprecated.voidwaitUntilVisible()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-
-
-