How to automate a date picker that not in a table tag?

How to automate a date picker that not in a table tag?

Hi Miro Vasil,

To automate a date picker that is not in a table tag, use the below capability:

User below mentioned :
WebElement startDate = driver.findElement(ByName("starting date"));
startDate.sendKeys("2023-03-01");