How to select calander date?


Kindly assist how to select date for this type calander dates. Suggest activities for this process

Hi @srijo2703

Below is the most reliable method

  • Click on the date input field.
  • Use Type Into and type the date in the format the field accepts (usually dd/MM/yyyy or MM/dd/yyyy).
  • Press Tab or Enter if needed.

Example :
Type Into → “26/02/2026”

This works for most date controls and avoids issues with selectors, month navigation, dynamic calendars.

@srijo2703

You will have to use variables into your selectors. If this is a publicly available website, please share the URL so can try to help.

@srijo2703
You can use click activity first in the field to view the date calender then you can fetch the required date and store it in one variable, make the selector as dynamic and pass this date variable and select the required date or else
If type into option is allowed in textbox you can directly type the required date in the field