Closed azamet90 closed 4 years ago
Maybe because you are passing a captcha token to the AnticaptchaClient
?
Not to mention that after you grab the token you have the browser wait for at least 1 minute via driver.implicitly_wait(30)
and wait = WebDriverWait(driver, 30)
.
after running the code at top the token is removed from stored tokens but i everytime get this error what am i doing wrong here? and thanks again for this library