public static class MentionsUserPicker.UserSuggestion extends Object implements Suggestion
Modifier and Type | Field and Description |
---|---|
static org.openqa.selenium.By |
ELEMENT_SELECTOR |
Constructor and Description |
---|
UserSuggestion(com.atlassian.pageobjects.elements.PageElement pageElement) |
Modifier and Type | Method and Description |
---|---|
Suggestion |
click() |
com.atlassian.pageobjects.elements.PageElement |
getContainer() |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getId() |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getIssueRoles() |
List<String> |
getIssueRolesAsList() |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getText() |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getUsername() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isActive() |
String |
toString() |
public UserSuggestion(com.atlassian.pageobjects.elements.PageElement pageElement)
public Suggestion click()
click
in interface Suggestion
public com.atlassian.pageobjects.elements.query.TimedCondition isActive()
isActive
in interface Suggestion
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getText()
getText
in interface Suggestion
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getId()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getUsername()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getIssueRoles()
public com.atlassian.pageobjects.elements.PageElement getContainer()
getContainer
in interface Suggestion
Copyright © 2002-2017 Atlassian. All Rights Reserved.