Im currently on a project which fill the information automaticlly. There is a datepicker on the website which I cant click. How to trigger the datepicker to popup etc.
The website is payoneer.com / Login form
birthbutton = driver.find_elements_by_name("ctl00$cphBodyContent$PersonalDetails1$datepicker5")
birthbutton.click()
Just getting this everytime
AttributeError: 'list' object has no attribute 'click'
