<a id="hlExcel" href="Reports\DC_REG_638123088090882623.xls" target="_blank"><img src="Images/Excel.gif" alt="Click to view a Excel version"></a>
How do I find and click on this excel file that I have to download everyday, given that the file name changes every day. I have tried this:-
link = browser.find_element_by_css_selector('["href="Reports"]')
link.click()
I am using python Selenium