Class AbstractLabelSection.Label
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.selenium3.component.labels.AbstractLabelSection.Label
-
- Direct Known Subclasses:
DialogLabelSection.EditableLabel
- Enclosing class:
- AbstractLabelSection
public static class AbstractLabelSection.Label extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.pageobjects.PageBinder
pageBinder
-
Constructor Summary
Constructors Constructor Description Label(com.atlassian.pageobjects.elements.PageElement labelSection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.pageobjects.elements.query.TimedQuery<String>
getLabelText()
com.atlassian.pageobjects.elements.query.TimedCondition
isPresent()
-
-
-
Method Detail
-
getLabelText
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getLabelText()
-
isPresent
public com.atlassian.pageobjects.elements.query.TimedCondition isPresent()
-
-