public interface Slider extends WebElement, EditFieldCommon
Modifier and Type | Method and Description |
---|---|
double |
getDefaultNumericValue()
Returns the default value for this slider.
|
double |
getMax()
Returns the maximum value that can be entered in the field.
|
double |
getMin()
Returns the minimum value that can be entered in the field.
|
double |
getNumericValue()
Returns the current value in the number field.
|
void |
setValue(double value)
Sets the value in the field.
|
doubleClick, doubleClick, fireEvent, getAccessibilityName, getCSSSelector, getRole, getXPath, hoverTap, hoverTap, longPress, longPress, pan, pan, pinch, pinch, swipe, swipe
exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch
getAttribute, getAttributes, getClassName, getComputedStyle, getComputedStyles, getId, getInnerHTML, getInnerText, getName, getOuterHTML, getOuterText, getTagName, getTitle, isVisible
getAbsoluteLocation, getLocation, getSize
describe, describe
describe
getNativeObject
dragAndDropOn, dragAndDropOn
getDefaultValue, getMaxLength, getPattern, getRowsCount, getType
getMaxCharsInLine, getValue, isReadOnly, isRequired, setValue
double getNumericValue() throws GeneralLeanFtException
GeneralLeanFtException
- if error occurs during executiondouble getDefaultNumericValue() throws GeneralLeanFtException
GeneralLeanFtException
- if error occurs during executiondouble getMin() throws GeneralLeanFtException
GeneralLeanFtException
- if error occurs during executiondouble getMax() throws GeneralLeanFtException
GeneralLeanFtException
- if error occurs during executionvoid setValue(double value) throws GeneralLeanFtException
value
- the numeric value to set in the field.GeneralLeanFtException
- if error occurs during execution