How to select date from a website's datepicker if its in table form?

@keTan

Open Manage Packages option and try to install all needed package. It is under Design tab.

hi @ashley11
@Palaniyappan
@lakshman

i have a scenario.
i want to download a file based on the date.i need to select the date lets say ----
26/Sep/2019 to 27/Sep/2019 and these dates should be changing dynamically on daily basis.for example i need to download the file tomorrow then date should be like this—
27/Sep/2019 to 28/Sep/2019.
please have a look into the screenshot.
is it possible to do so ??

any help will be appreciated…

dateCalenderImage

Hi,@ psujatha

Use assing
Like → Today = Date.Today.ToString(“dd”) → this wil give you today day
in days select any day
and inside de selector change the day to your string Today

Do the same to month and years replacing the dd → day to MM → moths or yyyy for → years

Date.Today.ToString(“dd”) add + or - days

Date.Today.AddDays(-30).ToString(“dd”) → this will give you today - 30

do tha same to monts and years

:slight_smile:

indicate the element and then write like this :

test

@psujatha

Is the Select Item activity working here ?

hi
yes few days back it was working fine but now its not…
i also tried with click activity before select item but still same error m facing…
attaching the screenshot
please guide.


Thanks

hey @Luis261980
did approx same as you suggested ,and it was working fine few days back.but now its not working as expected .
below in this thread i have posted the error screenshots i am facing.

Thank you:smiley:

1st Print
Change Generic Value to String

2nd Print
See if your selector is not dynamic or if day 01, 02, … its not day 1,2,… in your system if yes use:

If
YourString.Contains(“0”)
Then
and in day 1 assignament replace YourString.Replace(“0”,“”)

Hi All,
I am unable to select yesterday date in IDFC NET BANKING from date and to date
→ i am trying dynamic selector
→ every login changing selector Idx no ex:- 1,34,56…
@ashley11, @Jan_Brian_Despi @psujatha

remove idx values,
or try to put wildcard * in place of the numeric values.

Thank you for replay @psujatha
→ I try to removing and replace wildcards idx value but The selector not identify the element
→ some times it’s select last month date