com.atlassian.confluence.pageobjects.component.editor.toolbars
Class InsertDropdownMenu

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.editor.toolbars.InsertDropdownMenu

public class InsertDropdownMenu
extends Object


Nested Class Summary
static class InsertDropdownMenu.InsertItem
           
 
Constructor Summary
InsertDropdownMenu()
           
 
Method Summary
 void click(InsertDropdownMenu.InsertItem menuItem)
          Clicks on a item from the insert dropdown menu
 ImageBrowserDialog clickInsertImage()
           
 LinkBrowserDialog clickInsertLink()
           
 MacroBrowserDialog clickInsertMacro()
           
 SymbolDialog clickInsertSymbol()
           
 WikiMarkupDialog clickWikiMarkup()
           
 com.atlassian.pageobjects.elements.PageElement getPageElement()
           
 com.atlassian.pageobjects.elements.query.TimedCondition isVisible()
           
 void waitUntilVisible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertDropdownMenu

public InsertDropdownMenu()
Method Detail

waitUntilVisible

public void waitUntilVisible()

isVisible

public com.atlassian.pageobjects.elements.query.TimedCondition isVisible()

getPageElement

public com.atlassian.pageobjects.elements.PageElement getPageElement()

clickInsertSymbol

public SymbolDialog clickInsertSymbol()

clickInsertMacro

public MacroBrowserDialog clickInsertMacro()

clickWikiMarkup

public WikiMarkupDialog clickWikiMarkup()

clickInsertLink

public LinkBrowserDialog clickInsertLink()

clickInsertImage

public ImageBrowserDialog clickInsertImage()

click

public void click(InsertDropdownMenu.InsertItem menuItem)
Clicks on a item from the insert dropdown menu

Parameters:
menuItem -


Copyright © 2003–2015 Atlassian. All rights reserved.