79642939

Date: 2025-05-28 20:15:55
Score: 4
Natty:
Report link

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

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Mircea Sirghi