How to click calendar from text

I want to click text from calendar in day = 1 but it error not found.
Guide me please.

image
image
image

Hi @fairymemay

Did u indicate the day 1?

@NIVED_NAMBIAR Yes, I indicate 1

image

Can u show selector?

@NIVED_NAMBIAR

image

Hi @fairymemay

Can u try to remove the css selector attribute and try again ?

Also try to include the innertext attribute which contains date value

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed:

1 Like

Hi @fairymemay ,

Could you please also check that the ‘From’ box, can you manually type the intended date?
If you could, please try using set text/type into activity.
Else, would you be able to share a snapshot of your code or the website/application details

1 Like

@NIVED_NAMBIAR Same , Not found.

image

@JuveriaSiddiqui It can’t type in box.

I want to choose start date in previous month (1)

image
image
image

What is the value , you are passing in startDate, in the selector is there any unique identifier, like innertext attribute?

@JuveriaSiddiqui

image

WOuld you be available for a screenshare so that we can solve the issue? I would now like to check the selector for some unique identifier,

It , internal system screen.

:slight_smile:
Understood.

So lets give it one more try can you use UiExplorere to see what all information we can get while selecting the date. As it is definite it would be the first click.

Can you snapshot the UiExplorer details?

@fairymemay
Can you try type into activity inside the text box instead of clicking on date…
Just pass the date in accepted string format.

@Pravin_Patil1 In box can’t type into box.





image
Inspect the year element and check the type of Id format, then edit attribute as per your requirement shown above. (my format is as “datepicker-98765-2019”,“datepicker-987435-2020”,“datepicker-91765-2021”, Hence made like this ‘datepicker-*-{{year}}’)


same like month text “datepicker-91765-1” “datepicker-91765-2”

datepicker-91765-{{monthnumber}}


1 Like

hii @fairymemay
I have also faced the same problem. calendar have a multiple value “1” in hidden format you should try click Activity instead of Click text Activity.

1 Like