How can I bypass the Google CAPTCHA with Selenium and Python? - Stack Overflow

PHOTO EMBED

Thu Nov 11 2021 15:47:24 GMT+0000 (Coordinated Universal Time)

Saved by @huskygeek #python

import time
from time import sleep

time.sleep (60)
dus = input ('Did you solve the captcha? 1 for yes 2 for no :')

if dus == 1 :
      continue

else :
      time.sleep (60)
      tdus = input ('Did you solve the captcha? 1 for yes 2 for 
      no :')

      if tdus == 1 :
        continue
       
      else :
         exit
content_copyCOPY

https://stackoverflow.com/questions/58872451/how-can-i-bypass-the-google-captcha-with-selenium-and-python