efecnc
efecnc
You may start the webdriver with 2captcha addon. ` options.add_extension('captcha.crx') driver = webdriver.Chrome(executable_path=ChromeDriverManager().install(),options=options,desired_capabilities=caps) driver.get('chrome-extension://ifibfemgeogfhoebkmokieepdoobkbpo/options/options.html') elm = WebDriverWait(driver, 15).until(EC.presence_of_element_located((By.XPATH, "//input[@name='apiKey']"))) elm.send_keys('2CAPTCHA_API_KEY')`
Yes me too, I'm having the same problem
@shivanshgupta93 No but I found this script and it is the only one works for me: https://github.com/daydos/us-visa-appointment