Package com.hp.lft.sdk.wpf
Interface Slider
- All Superinterfaces:
- Clickable,- DoubleClickable,- EnabledProvider,- LocationInfoProvider,- SupportDragAndDrop,- SupportSendKeys,- SupportsNativeObject,- TestObject,- TestObjectDescriber,- UiObjectBase,- UiObjectBase,- VisibleProvider,- WaitUntilEnabledProvider,- WaitUntilVisibleProvider
A .NET WPF slider object.
- 
Method SummaryModifier and TypeMethodDescriptiondoubleReturns the maximum position of the slider.doubleReturns the minimum position of the slider.getName()Returns the name of this object.doubleReturns the current position of the slider.voidsetPosition(double position) Sets the slider position.Methods inherited from interface com.hp.lft.sdk.DoubleClickabledoubleClick, doubleClick, doubleClickMethods inherited from interface com.hp.lft.sdk.EnabledProviderisEnabledMethods inherited from interface com.hp.lft.sdk.LocationInfoProvidergetAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.SupportDragAndDropdragAndDropOn, dragAndDropOnMethods inherited from interface com.hp.lft.sdk.SupportSendKeyssendKeys, sendKeysMethods inherited from interface com.hp.lft.sdk.SupportsNativeObjectgetNativeObjectMethods inherited from interface com.hp.lft.sdk.TestObjectcallFTMethod, callFTMethod, exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, waitUntilExists, waitUntilExistsMethods inherited from interface com.hp.lft.sdk.TestObjectDescriberdescribeMethods inherited from interface com.hp.lft.sdk.UiObjectBasegetHandle, getNativeClass, getWindowTitleRegExp, isFocused, mouseMoveMethods inherited from interface com.hp.lft.sdk.wpf.UiObjectBasecanFocus, getAttachedText, getFullNamePath, getFullType, getObjectName, getObjectProperty, getText, makeVisible, showContextMenuMethods inherited from interface com.hp.lft.sdk.VisibleProviderisVisibleMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabledMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProviderwaitUntilVisible, waitUntilVisible
- 
Method Details- 
getNameReturns the name of this object.- Returns:
- the name
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getMaximumReturns the maximum position of the slider.- Returns:
- the maximum position
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getMinimumReturns the minimum position of the slider.- Returns:
- the minimum position
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getPositionReturns the current position of the slider.- Returns:
- the current position
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setPositionSets the slider position.- Parameters:
- position- the position
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-