Captcha Solver (GeetestV4) Activity
The Captcha Solver (GeetestV4) activity is designed to automate the resolution of Geetest V4 challenges during web automation. By integrating with third-party solver services, it identifies the captcha parameters on a web page and executes a callback function to bypass the validation, ensuring uninterrupted workflow execution.
| Field | Description | Requirement |
|---|---|---|
| Application name | Represents the active web page instance referenced from an "Applications Open" activity. | Required |
| Access token | The API key or token provided by the captcha solving service. | Required |
| Captcha id | The unique identifier (gt or captcha_id) for the Geetest challenge found on the target site. | Required |
| Domain | The full URL of the website where the captcha challenge is being triggered. | Required |
| Callback function | The name of the JavaScript function to be executed after the captcha is successfully solved. | Required |
Action Types & Examples
Automated Verification Bypass
Solving a slide or click-based Geetest V4 challenge on a login or registration form.
- Format:
Captcha id: "647f5ed2ed8acb4be36784e01556bb71" - Example Result: The activity sends parameters to the solver, receives a token, and triggers the
Callback functionto submit the form.
Implementation Examples
Field Setup
- Application name:
BrowserInstance1 - Access token:
ABC123XYZ789 - Captcha id:
53023da67123456789abcdef - Domain:
https://example-site.com/login - Callback function:
onCaptchaSuccess
Execution Parameters
- Process: The robot identifies the Geetest challenge in
BrowserInstance1, communicates with the solver via theAccess token, and bypasses the security check.
Technical Notes
The
Application namemust match exactly with the name defined in the initial "Applications Open" or "Browser Open" activity. Ensure that theCallback functionmatches the internal logic of the target website's captcha implementation to properly notify the site that the challenge is completed.