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()
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…