Can you please help me in this automation… I want to register the employee birthday to a web system, but the problem is that the month and day is a select box.
How can the robot select the correct date to input in the web system.
Please see image below for reference.
If you can try to click on that Calendar button and then get an option to type you can go ahead with that,
Split “1/15/2000” by “/” and then
you would have to create a dictionary for months mapping and date and year could be selected directly basis on splits of string.
FOR eg use a Switch Case with a Month as input and then your’ll get the value from dictionary.