Issue in handling calendar

Hi there,

I’ve been developing RPA in which some PDF will be generating and extracting from website. I am facing challenge in handling calendar because of its complexity. What I am doing is mentioned underneath

Read ID Card number and Issuance Date from excel
PDF generation using that ID card number
Extraction of PDF file
Pic1
Pic2

Please note, that whenever I click "<<, <, >, >> next picture changes as shown in second picture. Please help someone and let me know that how to handle this calendar.

@talha.butt

The images are not able to appear, check once again

Thanks

Pic2 Pic1

Please check

@talha.butt

There is a Text Field

Can’t you type the date using TypeInto?

Thanks

@Srini84 this field is not editable and i can’t use typeinto in there

@talha.butt

Then use Set Text activity and enable AlterIfDisabled property to true

Hope this helps you

Thanks

@Srini84 can you please explain how can i do that? Actually, RPA is reading the issuance date in dd-mmmm-yyyy format and i have also split that date into parts. Now i want my RPA to select the year first and in that case it’ll have to click on “<<” if issuance year is less than current year and then after that month and day will be clicked same like year

Hi @talha.butt

Have you tried with Dynamic selectors?

Regards,
Aditya

Hi @desineediaditya,
I’ve tried that as well but it couldn’t help me in this specific case.

Hi @talha.butt

Can you share the screenshot of dynamic selectors?

Regards,
Aditya