Is there any way in python to fill in the fields of a form (first name, last name) by taking them randomly from 2 pre-filled lists (name list and surname list)? And instead automatically randomise, without taking data from a list, the selection of the date of birth by keeping it over a certain range (e.g. 19 to 32 years)?
Thanks in advance for the help.