public class AtlaskitSelect extends Object
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
container |
protected com.atlassian.pageobjects.elements.PageElement |
optionsContainer |
Constructor and Description |
---|
AtlaskitSelect(com.atlassian.pageobjects.elements.PageElement container) |
AtlaskitSelect(com.atlassian.pageobjects.elements.PageElement container,
com.atlassian.pageobjects.elements.PageElement optionsContainer) |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentValue() |
Set<String> |
getCurrentValues() |
void |
selectEntry(String entryName) |
AtlaskitSelect |
toggleDropdown() |
protected com.atlassian.pageobjects.elements.PageElement container
protected com.atlassian.pageobjects.elements.PageElement optionsContainer
public AtlaskitSelect(com.atlassian.pageobjects.elements.PageElement container)
public AtlaskitSelect(com.atlassian.pageobjects.elements.PageElement container, com.atlassian.pageobjects.elements.PageElement optionsContainer)
public void selectEntry(String entryName)
public AtlaskitSelect toggleDropdown()
public String getCurrentValue()
Copyright © 2002-2021 Atlassian. All Rights Reserved.