Handling a DATE PICKER
Date pickers may or will vary from each website, the complexity of the date picker is based on how the calendar or the date picker of website has been designed. Some are may be as simple as typing in the dates by using the I.fill or I.type.
So this guide will help the user or at least give an idea on how to handle the date picker should the user encounter a simple or complex one.
Without further ado let's get to the step by step procedure
Step I: Create a Test File for the Datepicker

Step II: Create datepicker flow using Text Input commands such as `I.fill`

I.goTo - goes to the website where the datepicker is located

I.see - validates that you are in the Datepicker page/module
I.fill - fills the "Date" input box
I.pressEnter - confirms the date
For reference here's the link to the above script (datePicker)
NOTE: This part requires knowledge on Javascript/HTML/CSS. Should you be having a hard time you should ask your developers for assistance.
So this guide will help the user or at least give an idea on how to handle the date picker should the user encounter a simple or complex one.
Without further ado let's get to the step by step procedure
Fill Date Picker using text input commands
Step I: Create a Test File for the Datepicker

Step II: Create datepicker flow using Text Input commands such as `I.fill`

I.goTo - goes to the website where the datepicker is located

I.see - validates that you are in the Datepicker page/module
I.fill - fills the "Date" input box
I.pressEnter - confirms the date
For reference here's the link to the above script (datePicker)
Fill Date Picker by clicking on the Calendar
NOTE: This part requires knowledge on Javascript/HTML/CSS. Should you be having a hard time you should ask your developers for assistance.
Updated on: 19/09/2023
Thank you!