lundi 6 décembre 2021

trying to make a program that would let me complete recaptcha manually on python

So I just started to use python and I have a problem when accessing a website. So for the start I'm working on a bot as my a small project and when I try to access this page, a recaptcha shows up. I tried to resolve it manually but after I complete it it refreshes the page I need to do it again. Can anyone help me out? My code rn:

from selenium import webdriver

PATH = "C:\Program Files (x86)\chromedriver.exe"

driver = webdriver.Chrome(PATH)

driver.get("https://raffle.shinzo.paris/en/air-jordan-1-retro-hi-og-a-ma-maniere/")



Aucun commentaire:

Enregistrer un commentaire