> ## Documentation Index
> Fetch the complete documentation index at: https://rpa.bazhuayu.com/helpcenter/llms.txt
> Use this file to discover all available pages before exploring further.

# 文字点选验证码

## 指令说明

**描述：** 识别验证码中的文字位置，依次返回坐标或直接顺序点击文字完成验证。网页和桌面软件中的验证码都支持。

## 参数说明

<Tabs>
  <Tab title="常规">
    <img src="https://mintcdn.com/bazhuayu-rpa-docs/54VOmvcVz9x5vq70/helpcenter/commands/ai/images/recognizetextclickcommand-01.png?fit=max&auto=format&n=54VOmvcVz9x5vq70&q=85&s=a6e65eedf5ce9a587b5a0c54fd8c5b68" alt="文字点选验证码指令参数面板" width="647" height="687" data-path="helpcenter/commands/ai/images/recognizetextclickcommand-01.png" />

    | 参数         | 说明                                               |
    | ---------- | ------------------------------------------------ |
    | **识别引擎**   | 请选择需要使用的验证码引擎（默认八爪鱼AI）                           |
    | **图像来源**   | 选要识别的图像是来源于网页元素还是桌面元素。Web网页类型的选网页元素，桌面端软件的选桌面元素。 |
    | **网页对象**   | 输入一个获取到的或者通过”打开网页"创建的网页对象                        |
    | **验证码图片**  | 请选择点选验证码的文字图片（可通过捕获新元素）                          |
    | **操作说明**   | 请选择文字说明所在元素，如：请依次击“山”"土”“水”                      |
    | **自动完成验证** | 点击自动完成验证即可自动执行拖拽动作，否则仅返回滑块终点坐标                   |
  </Tab>

  <Tab title="高级">
    | 参数            | 说明                  |
    | ------------- | ------------------- |
    | **等待元素存在(s)** | 等待目标元素存在的最大超时时间，单位秒 |
  </Tab>
</Tabs>

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/54VOmvcVz9x5vq70/helpcenter/commands/ai/images/recognizetextclickcommand-04.png?fit=max&auto=format&n=54VOmvcVz9x5vq70&q=85&s=0190bcdea4cc67c4945326e1b62a539f" alt="文字点选验证码使用示例 - 流程搭建" width="1214" height="190" data-path="helpcenter/commands/ai/images/recognizetextclickcommand-04.png" />

**该流程执行逻辑：**

1. 打开文字点选验证码案例页 `https://dun.163.com/trial/picture-click`，等待验证码完整显示。
2. 执行【文字点选验证码】，识别提示文字及图片中需要依次点击的位置。
3. 勾选自动完成时，指令按识别顺序点击目标并提交验证；完整案例可通过共享链接复现：`https://rpa.bazhuayu.com/shareableLink/65e9b52aa27fa391f0792744`。

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/54VOmvcVz9x5vq70/helpcenter/commands/ai/images/recognizetextclickcommand-05.png?fit=max&auto=format&n=54VOmvcVz9x5vq70&q=85&s=1a80a215150b1c789b162958f6497126" alt="文字点选验证码使用示例 - 效果展示" width="1340" height="209" data-path="helpcenter/commands/ai/images/recognizetextclickcommand-05.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/54VOmvcVz9x5vq70/helpcenter/commands/ai/images/recognizetextclickcommand-06.png?fit=max&auto=format&n=54VOmvcVz9x5vq70&q=85&s=b349f37032408fa5aac3c2e2e1124d81" alt="文字点选验证码使用示例 - 效果展示" width="434" height="532" data-path="helpcenter/commands/ai/images/recognizetextclickcommand-06.png" />

使用小Tips

**参数选择示例：**

<img src="https://mintcdn.com/bazhuayu-rpa-docs/54VOmvcVz9x5vq70/helpcenter/commands/ai/images/recognizetextclickcommand-02.png?fit=max&auto=format&n=54VOmvcVz9x5vq70&q=85&s=af63f018234e73bd28c7e4405b51da4b" alt="文字点选验证码 - 验证码图片选择示例" width="443" height="540" data-path="helpcenter/commands/ai/images/recognizetextclickcommand-02.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/54VOmvcVz9x5vq70/helpcenter/commands/ai/images/recognizetextclickcommand-03.png?fit=max&auto=format&n=54VOmvcVz9x5vq70&q=85&s=3770184226ee904bc06c026efe66d9b8" alt="文字点选验证码 - 操作说明选择示例" width="423" height="535" data-path="helpcenter/commands/ai/images/recognizetextclickcommand-03.png" />

<Info>
  使用指令过程中遇到问题？前往 [八爪鱼RPA 开发者社区问答板块](https://rpa.bazhuayu.com/community/questions) 提问，获取官方与社区帮助。
</Info>
