79642866

Date: 2025-05-28 19:18:36
Score: 2
Natty:
Report link

try this wait = WebDriverWait(driver, 10) button = wait.until(EC.presence_of_element_located((By.XPATH, "//button[contains(., 'Download All')]")))

driver.execute_script("arguments[0].scrollIntoView(true);", button) driver.execute_script("arguments[0].click();", button) can you share a screenshot of the element in the browser dev tools or the full HTML block from outerHTML

Reasons:
  • Whitelisted phrase (-1): try this
  • RegEx Blacklisted phrase (2.5): can you share
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abhi Raj