When date select then time slot comes and when time select then confirm button show. I want to do this using console js. Is it possible? I attach picture of the web page. enter image description here 1st Code
<div class="ngb-dp-day" role="gridcell" tabindex="-1" aria-label="Monday, July 4, 2022"><!----><!----><div class="btn-light" ngbdatepickerdayview="">4</div><!----></div>
2nd Code
<div _ngcontent-c17="" class="col-md-3"><input _ngcontent-c17="" autocomplete="off" name="options" type="radio" id="2022-07-04T13:30:00" class="ng-untouched ng-valid ng-dirty"><label _ngcontent-c17=""
class="time-slot" for="2022-07-04T13:30:00">13:30
3rd code
<button _ngcontent-c10="" class="vbeop-btn success" type="submit"><!----><span _ngcontent-c10="" class="vbeop-[enter image description here][1]btn__content">Confirm</span></button>