How to handle the date input in web page

What is the best way to automate the input in date widget inside a webpage? For example, the ‘date of birth’ in h__ps://i.fwd.com.hk/en/savings-insurance/plan-details-sp. Thanks.

Type Into, and enable “SimulateType”

in this website you can go for three Click activities if you have date then you have to format it in dd/MMM/YYYY format and then you can use those values in selector, you can also use click text inside calendar window.

Thanks for the reply. will try. Any suggestion on the slide control for ‘Amount’ as well? Thanks.

Is it similar to your suggestion? Unfortunately it only force the value showing up on the control but it is stored as the value of the control. So when the Calculate button is clicked, the value is returned to the original value as if nothing happens.