Class DateTimePicker

All Implemented Interfaces:
SpecificConditionHandler, ByLocator, SelenideElementWrapper<DateTimePicker>

public class DateTimePicker extends AbstractField<DateTimePicker>
Web-element wrapper for date time picker. Supports setting date and time values, DateValue, TimeValue condition checking.
  • Field Details

    • DATE_PICKER_BY

      public static final org.openqa.selenium.By DATE_PICKER_BY
    • TIME_PICKER_BY

      public static final org.openqa.selenium.By TIME_PICKER_BY
    • ARIA_LABELLEDBY_ATTRIBUTE

      protected static final String ARIA_LABELLEDBY_ATTRIBUTE
      See Also:
  • Constructor Details

    • DateTimePicker

      public DateTimePicker(org.openqa.selenium.By by)
  • Method Details