Click in Calendar with double click

Hi Team,

As shown in the screenshot below, the BOT has to write the date in the cell, but sometimes he gets distracted and selects all the page so that he does not write the date, is there any solution to do this, I tried by double clicking but sometimes it doesn’t work

image

Hi @omar_ismail

Don’t use the click activity, use the Type into activity and indicate the cell where you want to write the date. In the Type into activity select the single option from the Click before typing dropdown.

Check the below image for better understanding,
image

Note : If the single option will not works from that dropdown try with selecting the Double option from dropdown.

Hope it helps!!

i arealdy used it however it’s not working all the time

While indicating the element check the strict selector and uncheck the fuzzy and image in selector option window… @omar_ismail
Go back to studio after indicating, open properties of Type into activity and find the Input mode then select the Simulate option from the dropdown.

Hope you understand!!

not working all times it can’t find the cell to write

That’s why I suggested you to check the strict selector when indicating the element. Have you done the same what I have suggested in the above response… @omar_ismail

Hope you understand!!

@omar_ismail

Can you show the selector you are using

Cheers

yes i did the movement that u said above

Hi,

Before click on calendar, use delay activity. Provide delay :- 00:00:05

On click or type into activity set wait for ready - interactive.

Thanks

What is the error while executing the bot… @omar_ismail