Class 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 Detail

      • ScrollBarBase

        protected ScrollBarBase​(org.openqa.selenium.WebElement element)
    • 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: