BOT needs to login to a portal and download some reports from the portal at the time of downloading BOT needs to click on the date dynamically (I meant that I need to download the report on daily basis).
Today I did it for 8 october 2021, I want do the same for everyday i.e 9 october 2021,november,december and so on please suggest me that how to resolve the same.
Thanks.
I think It might be easier to input date string to text fields using TypeInto activity directly if it works, than click date on calendar. Can you try it?
Dear Naveen,
Use TypeInto activity and set the date.
strDate =Now.ToString(“dd/MM/yyyy”)
Presentday =Now
If you want future or past dates ,Use AddMonths/days and so on (explore datetime functions)