Class DatePickerPw
java.lang.Object
in.virit.mopo.DatePickerPw
A helper class to work with vaadin-date-picker component.
-
Constructor Summary
ConstructorsConstructorDescriptionDatePickerPw(com.microsoft.playwright.Locator gridLocator) Creates a DatePicker page object for the given locator. -
Method Summary
-
Constructor Details
-
DatePickerPw
public DatePickerPw(com.microsoft.playwright.Locator gridLocator) Creates a DatePicker page object for the given locator.- Parameters:
gridLocator- the Playwright locator for the vaadin-date-picker to be interacted with
-
-
Method Details
-
getValue
-
setValue
Sets the value of the field.- Parameters:
value- the value to be set
-
getInputString
Returns the raw string value in the field.- Returns:
- the string value as it is formatted in the field. Note, this may be locale dependent.
-