Class DateRangePicker


  • public class DateRangePicker
    extends BaseElement
    Represents the actions possible on the date range picker widget.
    Since:
    15.5, 14.10.14
    Version:
    $Id: 529579e6f6e02e751e8e0a3e86cc9ce4711b5d75 $
    • Constructor Detail

      • DateRangePicker

        public DateRangePicker​(org.openqa.selenium.WebElement element)
        Get the date range picker corresponding to the given element.
        Parameters:
        element - an element that has a date range picker assigned
    • Method Detail

      • applyRange

        public void applyRange()
        Apply the selected range.
      • clearRange

        public void clearRange()
        Clear the selected range.