Package FlaNium.WinAPI.elements
Class ScrollBarBase
- java.lang.Object
-
- org.openqa.selenium.remote.RemoteWebElement
-
- FlaNium.WinAPI.DesktopElement
-
- FlaNium.WinAPI.elements.ScrollBarBase
-
- All Implemented Interfaces:
org.openqa.selenium.interactions.Locatable,org.openqa.selenium.SearchContext,org.openqa.selenium.TakesScreenshot,org.openqa.selenium.WebElement,org.openqa.selenium.WrapsDriver
- Direct Known Subclasses:
HorizontalScrollBar,VerticalScrollBar
public class ScrollBarBase extends DesktopElement
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedScrollBarBase(org.openqa.selenium.WebElement element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisReadOnly()Value which indicates if the scroll is read only.doublelargeChange()The large change value of the scroll.doublemaximumValue()The maximum value of the scroll.doubleminimumValue()The minimum value of the scroll.doublesmallChange()The small change value of the scroll.doublevalue()The current value of the scroll.-
Methods inherited from class FlaNium.WinAPI.DesktopElement
callValueCommand, callValueCommand, callValueCommand, callValueCommand, callValueCommand, callValueCommand, callVoidCommand, castTo, createLocalDateTimeFromResponse, createRemoteWebElementFromResponse, createRemoteWebElementsFromResponse, exe, execute, getActiveWindow, getAttribute, getElementRect, getName, mouseActions, parseDateTime, parseDouble, screenshotActions, setAsRootElement, toCoordinateElement, touchActions
-
Methods inherited from class org.openqa.selenium.remote.RemoteWebElement
clear, click, equals, execute, findElement, findElement, findElements, findElements, getAccessibleName, getAriaRole, getCoordinates, getCssValue, getDomAttribute, getDomProperty, getId, getLocation, getRect, getScreenshotAs, getShadowRoot, getSize, getTagName, getText, getWrappedDriver, hashCode, isDisplayed, isEnabled, isSelected, sendKeys, setFileDetector, setFoundBy, setId, setParent, submit, toJson, toString
-
-
-
-
Method Detail
-
value
public double value()
The current value of the scroll.- Returns:
-
minimumValue
public double minimumValue()
The minimum value of the scroll.- Returns:
-
maximumValue
public double maximumValue()
The maximum value of the scroll.- Returns:
-
smallChange
public double smallChange()
The small change value of the scroll.- Returns:
-
largeChange
public double largeChange()
The large change value of the scroll.- Returns:
-
isReadOnly
public boolean isReadOnly()
Value which indicates if the scroll is read only.- Returns:
-
-