Obtain Captcha ID and Risk Type
mainTo use the solver, you must extract the captcha_id and risk_type from your browser's network traffic while interacting with a Geetest captcha:
- Open DevTools (
Ctrl + Shift + I) and go to the Network tab. - Perform the captcha interaction on the webpage.
- Filter network requests for the term
verify. - Locate the GET request.
- Inspect the request parameters to find and copy the
captcha_idandrisk_typevalues.