Class AdministrationMenu


  • public class AdministrationMenu
    extends BaseElement
    Page object used to interact with the Administration menu.
    Since:
    9.2RC1
    Version:
    $Id: 2f477fc7502b3a338d4ff29b49a8bada5bdd04be $
    • Constructor Detail

      • AdministrationMenu

        public AdministrationMenu()
        Create a new instance and waits for the menu to be ready for user interaction.
    • Method Detail

      • getCategoryByName

        public org.openqa.selenium.WebElement getCategoryByName​(String categoryName)
      • getCategoryById

        public org.openqa.selenium.WebElement getCategoryById​(String categoryId)
      • hasCategoryWithId

        public boolean hasCategoryWithId​(String categoryId)
      • hasCategoryWithName

        public boolean hasCategoryWithName​(String categoryName)
      • hasNotCategoryWithId

        public boolean hasNotCategoryWithId​(String categoryId)
      • hasNotCategoryWithName

        public boolean hasNotCategoryWithName​(String categoryName)
      • getSectionByName

        public org.openqa.selenium.WebElement getSectionByName​(String categoryName,
                                                               String sectionName)
      • getSectionById

        public org.openqa.selenium.WebElement getSectionById​(String sectionId)
      • hasSectionWithId

        public boolean hasSectionWithId​(String sectionId)
      • hasSectionWithName

        public boolean hasSectionWithName​(String categoryName,
                                          String sectionName)
      • hasNotSectionWithId

        public boolean hasNotSectionWithId​(String sectionId)
      • hasNotSectionWithName

        public boolean hasNotSectionWithName​(String categoryName,
                                             String sectionName)
      • waitUntilReady

        protected AdministrationMenu waitUntilReady()
        Wait for the menu to be ready for user interaction.
        Returns:
        this administration menu
        Since:
        12.8RC1