public class AtlaskitSelect extends Object
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
container |
Constructor and Description |
---|
AtlaskitSelect(com.atlassian.pageobjects.elements.PageElement container) |
Modifier and Type | Method and Description |
---|---|
void |
addEntries(String... entryNames) |
void |
addEntriesWithCustomMatcher(Function<String,org.hamcrest.Matcher<String>> matcherFunction,
String... entryNames) |
void |
clear() |
String |
getCurrentValue() |
void |
selectEntry(String entryName) |
void |
selectEntry(String entryName,
org.hamcrest.Matcher<String> entryMatcher) |
void |
waitUntilRemoved() |
public AtlaskitSelect(com.atlassian.pageobjects.elements.PageElement container)
public void addEntries(String... entryNames)
public void addEntriesWithCustomMatcher(Function<String,org.hamcrest.Matcher<String>> matcherFunction, String... entryNames)
public void selectEntry(String entryName)
public void clear()
public void waitUntilRemoved()
public String getCurrentValue()
Copyright © 2021 Atlassian. All rights reserved.