Date Selection from Date picker in CV in uipath

How to select the particular date in date range/ date picker in CV ? Selectors are not working in my project so i have chosen CV to build this solution.

@Sofia_Simson

If it does not support type into then using cv it might be difficult…

One way is you can try to indicate the number you need and change the cv descriptor to find that number with relative to another number but it is not reliable a lot as you need to make sure to be on the correct month as well…all of these needs to be handled in logic by using loop and get cv text and check the month and then perform clicks

Cheers

hi @Sofia_Simson there’s no out of the box way of setting a date picker with CV; what you need to do is replicate the steps you manually have to do when interacting with that element.

alternatively, you can try the Set Value activity (part of the Semantic Activities) if you’re working with a web application - this activity is not using selectors and is agnostic to the element type, dealing with input-boxes, dropdowns, radio buttons, checkboxes and even date pickers.

let us know what worked :slight_smile: