How Automation Duplicate Value Picker Date in Chrome

Yes, because in the calendar you can see “1 to 11” is visible for the next month also. Can you check in selector to get some attribute which shows whether the date is active or inactive. For example Here in the screenshot you can see “1” which is repeated twice. But here one value is active and another one is inactive.

Check in selector to find an attribute for this and if you include that in the slector it will work fine.

I have thinking about this solution before but I’m stuck on finding that active and inactive element. Any help for this?

Can you do one thing, Open Uiexplorer and inspect on both these dates. Take “1”, from both active and inactive and share the screenshot of ui explorer.

This is inspect for the active “1”

image

This is inspect for the inactive “1”

image

I tried to find a solution and I found something called get attribute. I tried to read it on google and still don’t understand, maybe u can help me explain what is it for? And can I use it to check active or inactive?