MatrixTM / OutlookGen

✨ Outlook Account Generator Written in Python ✨
MIT License
272 stars 66 forks source link

Unable to bypass captcha #24

Open DaBossCoda opened 1 year ago

DaBossCoda commented 1 year ago

Receives a valid token from twocaptcha service but fails to progress after executing the driver.script with token...

The captcha page loops and the program returns an error.

Any idea how to solve?

maza23 commented 1 year ago

same here... it seems this line is not working anymore: driver.execute_script( 'parent.postMessage(JSON.stringify({eventId:"challenge-complete",payload:{sessionToken:"' + token + '"}}),"*")')

nuvenZA commented 1 year ago

can confirm the captcha service no longer gets resolved