Not able to select date from HTML 5 date picker

108 views
Skip to first unread message

prasanth kotagiri

unread,
Jul 27, 2018, 3:42:20 AM7/27/18
to Selenium Users
Hi,

Below is the Dom for date picker.

<input _ngcontent-c8="" class="form-control bidend ng-dirty ng-touched has-error ng-invalid" formcontrolname="projectBidEndDate" id="bidend1" name="projectBidEndDate" onkeydown="return false" placeholder="Example input" type="date" min="2018-07-27" ng-reflect-klass="form-control bidend" ng-reflect-ng-class="[object Object]" ng-reflect-name="projectBidEndDate" ng-reflect-model="">

and also if you see the type is date not text.

In the date picker box there is a down arrow when we click on that it is opening the calendar. The calendar is not all being identified in DOM.

And if you see above DOM when we select date in the calendar it is changing to as below

<input _ngcontent-c8="" class="form-control bidend ng-dirty ng-touched ng-valid" formcontrolname="projectBidEndDate" id="bidend1" name="projectBidEndDate" onkeydown="return false" placeholder="Example input" type="date" min="2018-07-27" ng-reflect-klass="form-control bidend" ng-reflect-ng-class="[object Object]" ng-reflect-name="projectBidEndDate" ng-reflect-model="2018-07-27">

If you observe above only change from the first one is last attribute ng-reflect-model="2018-07-27"

I tried with Javascript executor nothing is working as type is date and also calendar is not being identified in DOM.

Please help me ASAP.

Mohanraj K

unread,
Jul 27, 2018, 10:22:21 AM7/27/18
to seleniu...@googlegroups.com

var elem = document.getElementById('bidend1 ');
var elem1=elem.setAttribute(" ng-reflect-model "," 2018-07-27 ");


try this nd tell bro

Thu, 5:14 PM

--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/43f78fa7-3ee7-4732-9d6c-5d333fff3ae8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
 Thanks & Regards
Mohanraj.K
appConnect QA Team,
Chain-Sys (India) Pvt. Ltd.
Chennai-97
Mobile - +91 9790906916


----
Disclaimer:
This email and any attachments to it may be confidential and are intended solely for the use of the individual to whom it is addressed.
Reply all
Reply to author
Forward
0 new messages