public interface ScrollBar extends UiObjectBase, TestObject
Modifier and Type | Method and Description |
---|---|
double |
getMaximum()
Returns the maximum position of this scroll bar.
|
double |
getMinimum()
Returns the minimum position of this scroll bar.
|
double |
getValue()
Returns the current position of this scroll bar.
|
void |
setPosition(double position)
Sets the scroll bar position.
|
canFocus, getAttachedText, getFullNamePath, getFullType, getObjectName, getObjectProperty, getText, makeVisible, showContextMenu
getHandle, getNativeClass, getWindowTitleRegExp, isEnabled, isFocused, isVisible, mouseMove
doubleClick, doubleClick, doubleClick
getAbsoluteLocation, getLocation, getSize
sendKeys, sendKeys
dragAndDropOn, dragAndDropOn
getNativeObject
exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch
describe
double getMaximum() throws GeneralLeanFtException
GeneralLeanFtException
- if error occurs during executiondouble getMinimum() throws GeneralLeanFtException
GeneralLeanFtException
- if error occurs during executiondouble getValue() throws GeneralLeanFtException
GeneralLeanFtException
- if error occurs during executionvoid setPosition(double position) throws GeneralLeanFtException
position
- the positionGeneralLeanFtException
- if error occurs during execution