Class Menubar

  • All Implemented Interfaces:
    org.openqa.selenium.SearchContext, org.openqa.selenium.TakesScreenshot, org.openqa.selenium.WebElement, org.openqa.selenium.WrapsElement

    public abstract class Menubar
    extends AbstractInputComponent
    Component wrapper for the PrimeFaces p:menubar.
    • Constructor Detail

      • Menubar

        public Menubar()
    • Method Detail

      • findMenuitemByValue

        public org.openqa.selenium.WebElement findMenuitemByValue​(String value)
      • findMenuitemByValue

        public org.openqa.selenium.WebElement findMenuitemByValue​(org.openqa.selenium.WebElement parentElt,
                                                                  String value)
      • selectMenuitemByValue

        public org.openqa.selenium.WebElement selectMenuitemByValue​(String value)
        Select L1 menuitem
        Parameters:
        value -
        Returns:
      • selectMenuitemByValue

        public org.openqa.selenium.WebElement selectMenuitemByValue​(org.openqa.selenium.WebElement parentElt,
                                                                    String value)
        Select L2+ menuitem
        Parameters:
        parentElt - parent menuitem
        value -
        Returns:
      • isToggleEventHover

        public boolean isToggleEventHover()
      • isToggleEventClick

        public boolean isToggleEventClick()