Damji7
Results
1
comments of
Damji7
try this method , well am using the seleniumbase with 2captcha. api_key = os.getenv('APIKEY_2CAPTCHA', 'YOUR API') solver = TwoCaptcha(api_key) def check_captcha(sb): if sb.is_element_visible('#CaptchaImage'): captcha_image = sb.get_element('#CaptchaImage') sb.execute_script("arguments[0].scrollIntoView(true);", captcha_image) captcha_image.screenshot('the_captcha.png') break_captchasuisse()...