I am not able to select data from the calendar because it is not having the id's to select.
below is my HTML code,
The Code I tried is
DateDOB = By.xpath("//*[@id='dob']")
strDateDOB="12/12/2020"
driver.findElement(DateDOB).sendKeys(strDateDOB);
but unable to select the date
Url to the application :
username : mgr123 Password : mgr!23
Click on the New Account from the Left Pane to select the above discussed desired page.
Can any one please help in selecting the date?

