Uses of Class
com.atlassian.confluence.pageobjects.selenium3.component.editor.toolbars.InsertDropdownMenu.InsertItem
-
Packages that use InsertDropdownMenu.InsertItem Package Description com.atlassian.confluence.pageobjects.selenium3.component.editor.toolbars -
-
Uses of InsertDropdownMenu.InsertItem in com.atlassian.confluence.pageobjects.selenium3.component.editor.toolbars
Methods in com.atlassian.confluence.pageobjects.selenium3.component.editor.toolbars that return InsertDropdownMenu.InsertItem Modifier and Type Method Description static InsertDropdownMenu.InsertItem
InsertDropdownMenu.InsertItem. valueOf(String name)
Returns the enum constant of this type with the specified name.static InsertDropdownMenu.InsertItem[]
InsertDropdownMenu.InsertItem. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.pageobjects.selenium3.component.editor.toolbars with parameters of type InsertDropdownMenu.InsertItem Modifier and Type Method Description void
InsertDropdownMenu. click(InsertDropdownMenu.InsertItem menuItem)
Deprecated.Clicks on a item from the insert dropdown menu
-