Interface MenuItem
-
- All Superinterfaces:
PageComponent
- All Known Implementing Classes:
ConfluenceMenuItem
,DialogMenuItem
,PageRedirectMenuItem
@Deprecated public interface MenuItem extends PageComponent
Deprecated.in 5.8. UseMenuItem
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.Represents an item in a menu.- Since:
- 4.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description org.openqa.selenium.By
getLocator()
Deprecated.Object
getResult()
Deprecated.
-
-
-
Method Detail
-
getResult
Object getResult()
Deprecated.
-
getLocator
org.openqa.selenium.By getLocator()
Deprecated.
-
-