简体   繁体   中英

How to submit hcaptcha without submit button using Python Selenium?

I'm trying to submit hcaptcha without submit button using Python Selenium. I've already solved the captcha using 2captcha automated resolving service but can not find any button or function to submit the answer.

来自 shopify.com 的验证码

The only thing I can find is:

<textarea id="g-captcha-response-xxxxxxxxxxxx" name="g-captcha-response" style="display: none;"><textarea/> <textarea id="h-captcha-response-xxxxxxxxxxxx" name="h-captcha-response" style="display: none;"><textarea/>

is there anybody who has solved a problem like this before?

it seems like sending a POST request to https://hcaptcha.com/checkcaptcha/YourVeryLongSolvedString does the same thing as hitting the submit button

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM