I don’t have any web site for a sample, I used travel website for example. Try using Hold Ctrl and click or shift button and click. Also, do you have any other option to type in instead click the date.
any suggestions
Have you try with Inject JS script yet?
@Mohsin_Ali_Mohammed
I provided you maximum inputs from my knowledge.
If possible please provide me a sample website with date picker.
thank a lot for your kind efforts.
if possible i will share similar website
thanks a lot.
I don’t know how to inject JS script.
can you show any reference video or example?
@Dawid_Nguyen …Thanks a lot. issue is resolved by JS Script
@Mohsin_Ali_Mohammed Great, and mark the solution of Dawid’s reply.
Also if possible tell your workaround and how you solved using JS script. It may use full for some others facing same issues.
Regards, Gokul
dear @Gokul_Jayakumar @Dawid_Nguyen .
thanks for your kind effort for the solution.
solution: 1) I inspect the browser page and find the delivery_date field.
2) then i went to console in browser page and test it with the code
document.getElementById(‘delivery_date’).value=‘2022-09-10’ . it was setting the
date field exactly.
3) then I use inject JS script activity and used the same code. it worked fine
“document.getElementById(‘delivery_date’).value=‘2022-09-10’;”
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.