Class MentionsUserPicker
java.lang.Object
com.atlassian.jira.pageobjects.components.userpicker.MentionsUserPicker
- Direct Known Subclasses:
MentionsUserPicker
Represents mentions picker (incl. dropdown).
- Since:
- v5.2
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElementprotected final com.atlassian.pageobjects.elements.PageElement -
Constructor Summary
ConstructorsConstructorDescriptionMentionsUserPicker(com.atlassian.pageobjects.elements.PageElement queryTarget) -
Method Summary
Modifier and TypeMethodDescriptiondown()getSuggestion(String username) com.atlassian.pageobjects.elements.query.TimedConditionhasActiveSuggestion(String username) com.atlassian.pageobjects.elements.query.TimedConditionhasSuggestion(String username) booleancom.atlassian.pageobjects.elements.query.TimedConditionisOpen()Select active suggestion by pressing enter.com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<MentionsUserPicker.UserSuggestion>> protected MentionsUserPickertypeSpecialKey(org.openqa.selenium.Keys key) up()
-
Field Details
-
mentionsDropdown
protected com.atlassian.pageobjects.elements.PageElement mentionsDropdown -
queryTarget
protected final com.atlassian.pageobjects.elements.PageElement queryTarget
-
-
Constructor Details
-
MentionsUserPicker
public MentionsUserPicker(com.atlassian.pageobjects.elements.PageElement queryTarget)
-
-
Method Details
-
isOpen
public com.atlassian.pageobjects.elements.query.TimedCondition isOpen() -
suggestions
public com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<MentionsUserPicker.UserSuggestion>> suggestions() -
hasSuggestions
public boolean hasSuggestions() -
hasSuggestion
-
hasActiveSuggestion
-
getSuggestion
-
searchSuggestions
-
selectActiveSuggestion
Select active suggestion by pressing enter.- Returns:
- this user picker instance
-
up
-
down
-
typeSpecialKey
-