java.lang.Object | |
↳ | com.atlassian.jira.pageobjects.pages.admin.screen.EditScreenTab |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
deleteTab | |||||||||||
dragAndDrop | |||||||||||
driver | |||||||||||
elementFinder | |||||||||||
extendedFinder | |||||||||||
fieldPicker | |||||||||||
pageBinder | |||||||||||
tab | |||||||||||
tabId | |||||||||||
table | |||||||||||
timeouts | |||||||||||
traceContext |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
use
getFieldNames() as this method is prone to return wrong results due to race
conditions. Using getFieldNames() } will enforce clients to execute timed assertions and improve
reliability of the tests
| |||||||||||
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Will only work if
hasField(String) evaluates to true . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This method is deprecated.
use getFieldNames()
as this method is prone to return wrong results due to race
conditions. Using getFieldNames()
} will enforce clients to execute timed assertions and improve
reliability of the tests
Will only work if hasField(String)
evaluates to true
.
field | field to find the row for |
---|