Package FlaNium.WinAPI.elements
Class HorizontalScrollBar
- java.lang.Object
-
- org.openqa.selenium.remote.RemoteWebElement
-
- FlaNium.WinAPI.DesktopElement
-
- FlaNium.WinAPI.elements.ScrollBarBase
-
- FlaNium.WinAPI.elements.HorizontalScrollBar
-
- All Implemented Interfaces:
org.openqa.selenium.interactions.Locatable,org.openqa.selenium.SearchContext,org.openqa.selenium.TakesScreenshot,org.openqa.selenium.WebElement,org.openqa.selenium.WrapsDriver
public class HorizontalScrollBar extends ScrollBarBase
-
-
Constructor Summary
Constructors Constructor Description HorizontalScrollBar(org.openqa.selenium.WebElement element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidscrollLeft()Scrolls left by a small amount.voidscrollLeftLarge()Scrolls left by a large amount.voidscrollRight()Scrolls right by a small amount.voidscrollRightLarge()Scrolls right by a large amount.-
Methods inherited from class FlaNium.WinAPI.elements.ScrollBarBase
isReadOnly, largeChange, maximumValue, minimumValue, smallChange, value
-
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
-
scrollLeft
public void scrollLeft()
Scrolls left by a small amount.
-
scrollRight
public void scrollRight()
Scrolls right by a small amount.
-
scrollLeftLarge
public void scrollLeftLarge()
Scrolls left by a large amount.
-
scrollRightLarge
public void scrollRightLarge()
Scrolls right by a large amount.
-
-