@minded-ai/mindedjs 2.0.39-beta.2 → 2.0.39-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -163,8 +163,10 @@ If you need additional data, ask the user whether you should add it to the input
|
|
|
163
163
|
- **Use Playwright MCP during development**: Prefer interactive testing over running the tool directly while building
|
|
164
164
|
|
|
165
165
|
### CAPTCHA Handling
|
|
166
|
-
|
|
167
|
-
|
|
166
|
+
**If a website requires a CAPTCHA:**
|
|
167
|
+
- Use the `resolve_captcha` MCP tool in the development phase.
|
|
168
|
+
- Use the `resolveCaptcha` function exported by the `@minded-ai/mindedjs` package in the rpa tool code.
|
|
169
|
+
- Captcha resolution is not always successful, add retry mechanism that would retry to resolve the CAPTCHA up to 5 times.
|
|
168
170
|
|
|
169
171
|
## Tool Registration
|
|
170
172
|
|