I am trying to automate a web app where we have start date field. When I am using script() method of karate, able to enter date time field but after click on submit button, It s throwing an error "please enter the required field". It seems like calendar input field is not aware about value is entered and throw required field error.
Could you please help on this. the date format is mm/dd/yyyy hh:mm enter image description here
I am trying to enter the date in calendar input field. When I am trying to enter the value , I can see the value is entered but field is not aware and on clicking submit button, it s throwing required field error even value is present. It s only happening during ui automation when value is entered using *script() method.
Normal input method is not working.