diprajpatra / selenium-stealth

Trying to make python selenium more stealthy.
MIT License
607 stars 88 forks source link

Doesn't work with openai -> Login #39

Open MysteriousShadow opened 9 months ago

MysteriousShadow commented 9 months ago

This will FAIL the cloudflare check. ` driver = webdriver.Chrome()

stealth(driver, languages=["en-US", "en"], vendor="Google Inc.", platform="Win32", webgl_vendor="Intel Inc.", renderer="Intel Iris OpenGL Engine", fix_hairline=True, )

url = 'https://chat.openai.com/' `

aevfly commented 9 months ago

same issue. have found solution ?