public interface ToolBar extends UiObjectWithLayoutInfo, TestObject
Modifier and Type | Method and Description |
---|---|
ToolBarButton |
getButton(java.lang.String text)
Returns an button with the given text.
|
java.util.List<ToolBarButton> |
getButtons()
Returns all toolbar buttons in this toolbar.
|
java.util.List<ToolBarButton> |
getSelectedButtons()
Returns all selected buttons in this toolbar.
|
isRightAligned, isRightToLeftLayout, isRightToLeftReading
getAccessibleName, getAttachedText, getText, getWindowClassRegExp, getWindowExtendedStyle, getWindowExtendedStyleAsLong, getWindowId, getWindowStyle, getWindowStyleAsLong
getHandle, getNativeClass, getWindowTitleRegExp, isEnabled, isFocused, isVisible, mouseMove
doubleClick, doubleClick, doubleClick
getAbsoluteLocation, getLocation, getSize
sendKeys, sendKeys
dragAndDropOn, dragAndDropOn
exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch
describe
java.util.List<ToolBarButton> getButtons() throws GeneralLeanFtException
GeneralLeanFtException
- if error occurs during executionjava.util.List<ToolBarButton> getSelectedButtons() throws GeneralLeanFtException
GeneralLeanFtException
- if error occurs during executionToolBarButton getButton(java.lang.String text) throws GeneralLeanFtException
text
- the text of the specified button.GeneralLeanFtException
- if error occurs during execution