I am using Testerum for website testing. I need to fill in a specific date in a date field. The date field is a normal text field with a datepicker from gijgo.com. When sending 21.01.2004, nothing happens when sending 21, it shows 21.current month. current year.
Probably sending a tab could help or a pause after the "." since the JS has to evaluate it, but I don't know how to do it.
Any Ideas?