I have the following HTML:
< input name="txtDDOB" tabIndex="7" id="txtDDOB" style="top: -2px; width: 128px; position: relative;" onblur="checkForDate()" type="text" range="1850-2050" format="%m/%d/%Y" value="01/01/1900"/>
I want to generate a random DOB. Kindly help me. I am using Java , selenium , IE 10, Windows 8.
Please also let me know which packages to import when using your code.Many thanks.