Does it work this way ?
buttons = driver.find_elements_by_xpath("//*[contains(text(), 'Download All')]") for btn in buttons: btn.click()
Inspired from Click button by text using Python and Selenium