My application HTML5 date picker is used.
We need to select the date from that date picker, but the date picker doesn't have any web element in the DOM.
Due to that, we are unable to select the date.
How can I solve this problem?
<form action="/action_page.php">
Date:
<br>
<input type="date" name="date">
<br>
<input type="submit">
</form>
this is our html 5 date picker code.