tomknapp1
7 years agoSenior Member
Javascript call to date picker function
I'm new to TestComplete. I'm learning Javascript to address issues when TC cannot address certain objects. I have a problem trying to input a date into a field. The field will not accept manual input. SetText and Keys do not work. You have to use the date picker to populate the field, but TC cannot map the object (very strange). The object uses a angular js to launch the calendar. I've search the google-verse and cannot find a solution. Everything suggestion I have tried through javascript has failed (mostly Javascript Runtime errors). I would have liked to provided html codes samples, but the environment is in a VM and security disallows copy/paste between environments.