Class ConfluenceMenuItem

java.lang.Object
com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
com.atlassian.confluence.pageobjects.component.menu.ConfluenceMenuItem
All Implemented Interfaces:
MenuItem, PageComponent

@Deprecated public class ConfluenceMenuItem extends ConfluenceAbstractPageComponent implements MenuItem
Deprecated.
in 5.8. Use ConfluenceMenuItem instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
Base class for menu items
Since:
5.2
  • Field Details

  • Constructor Details

    • ConfluenceMenuItem

      public ConfluenceMenuItem(org.openqa.selenium.By locator)
      Deprecated.
  • Method Details

    • initialise

      public void initialise()
      Deprecated.
    • getResult

      public Object getResult()
      Deprecated.
      Specified by:
      getResult in interface MenuItem
    • getLocator

      public org.openqa.selenium.By getLocator()
      Deprecated.
      Specified by:
      getLocator in interface MenuItem
    • isVisible

      public boolean isVisible()
      Deprecated.
    • isPresent

      public boolean isPresent()
      Deprecated.
    • getHref

      public String getHref()
      Deprecated.