public class VersionOperationDropdown extends Object
Constructor and Description |
---|
VersionOperationDropdown(String id) |
Modifier and Type | Method and Description |
---|---|
void |
click(String operation)
Clicks the specified operation in the drop down.
|
DeleteOperation |
clickDelete() |
void |
close()
Closes the drop down by pressing esc.
|
void |
getElements() |
boolean |
hasOperation(String operation)
Checks if the drop down has the specified operation
|
public VersionOperationDropdown(String id)
public void getElements()
public boolean hasOperation(String operation)
operation
- the link text used to check for operation existence, e.g. "Edit Details"public DeleteOperation clickDelete()
public void click(String operation)
operation
- the link text to clickpublic void close()
Copyright © 2002-2023 Atlassian. All Rights Reserved.