All Known Implementing Classes:
AddMenu, AUIDropdownMenu, ConfluenceUserMenu, HelpMenu, ToolsMenu

@Deprecated public interface Menu
Deprecated.
in 5.8. Use Menu instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
Represents a list of items
  • Method Summary

    Modifier and Type
    Method
    Description
    click(Class<? extends MenuItem> item, Object... args)
    Deprecated.
     
    org.openqa.selenium.WebElement
    Deprecated.
     
  • Method Details

    • click

      Object click(Class<? extends MenuItem> item, Object... args)
      Deprecated.
    • getMenuContainer

      org.openqa.selenium.WebElement getMenuContainer()
      Deprecated.