I used dynamic selectors. I first wrote code for picking start date and it was picking date correctly. Then I wrote code for picking end date and it was also picking date correctly. But when I combine these codes together, program picks start day and then it stucks. Does anyone has an idea about this problem?
Also, I don’t know why but for start and end date calendars, only difference between calendars are calendar button. Other buttons for day, month and year has same selector properties. Maybe problem is about that.
I can listen all the suggestions to pick a date from this calendar. I am trying to solve this for almost a day
Thank you for your answer. I have shared ui explorers of selectors. Unfortunatelly website is company website and not public. If it helps, I can share source codes of page.
I mean to say that inspect element in the browser itself, nothing to do with UiPath here to inspect. Press F12 you will get the developer options on the browser and examine the both(Start and End) uielements. If you find any additional properties differences other than elements captured in the selector. Use them.
Ideally you should’nt you them unless you are working with Image based automation(Citrix env.), I guess that attribute will vary according to screen resolution where inconsistancy arises.