I'm trying to interact with the recaptcha Solve the challenge button on image verification popup using Selenium and Python.
The xpath looks correct in dev tools but using Selenium unable to interact with it. What is the problem?
WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, '//button[contains(@id, "solver-button")]'))).click()