Class DatePickerLocator
java.lang.Object
com.vaadin.browserless.locator.Locator<DatePicker,DatePickerLocator>
com.vaadin.flow.component.datepicker.DatePickerLocator
- All Implemented Interfaces:
Clickable<DatePicker>
@Generated("com.vaadin.browserless.locator.processor.LocatorProcessor")
public class DatePickerLocator
extends Locator<DatePicker,DatePickerLocator>
implements Clickable<DatePicker>
Generated locator for
DatePicker, derived from
DatePickerTester. Filter steps are inherited from
Locator; action methods delegate to a fresh tester
around the resolved component, so behavioral changes belong on the
tester, not here.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidEnsures the component is in a usable state before interaction.Gets the component being tested.voidSet the given date as value to the component.Methods inherited from class com.vaadin.browserless.locator.Locator
atIndex, component, components, exists, inside, inside, invalidate, self, with, withAriaLabel, withAriaLabelContaining, withAttribute, withAttribute, withCaption, withCaptionContaining, withClassName, withCondition, withId, withLabel, withLabelContaining, withoutAttribute, withoutAttribute, withoutClassName, withoutTheme, withText, withTextContaining, withTheme, withValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.browserless.Clickable
click, click, click, middleClick, middleClick, rightClick, rightClick
-
Constructor Details
-
DatePickerLocator
public DatePickerLocator() -
DatePickerLocator
-
-
Method Details
-
getComponent
Description copied from interface:ClickableGets the component being tested.- Specified by:
getComponentin interfaceClickable<DatePicker>- Returns:
- the component under test
-
ensureComponentIsUsable
public void ensureComponentIsUsable()Description copied from interface:ClickableEnsures the component is in a usable state before interaction.- Specified by:
ensureComponentIsUsablein interfaceClickable<DatePicker>
-
setValue
Set the given date as value to the component. Will throw if the component is not enabled or the value is invalid. Javadoc copied fromDatePickerTester.setValue(java.time.LocalDate).- Parameters:
date- date to set to the component- Throws:
IllegalArgumentException- if the given value is not valid
-