> ## 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/recognizetrajectorycommand-03.png?fit=max&auto=format&n=54VOmvcVz9x5vq70&q=85&s=6399a4b4a72b654f6da92a1ee6df8f70" alt="描绘轨迹验证码指令参数面板" width="640" height="566" data-path="helpcenter/commands/ai/images/recognizetrajectorycommand-03.png" />

    | 参数         | 说明                                               |
    | ---------- | ------------------------------------------------ |
    | **识别引擎**   | 默认使用八爪鱼AI。                                       |
    | **图像来源**   | 选要识别的图像是来源于网页元素还是桌面元素。Web网页类型的选网页元素，桌面端软件的选桌面元素。 |
    | **网页对象**   | 图像来源是网页元素的才需要选网页对象。即选择识别哪个网页中的图像。                |
    | **验证码图片**  | 需要进行自动验证打码的图片                                    |
    | **操作说明**   | 选择该验证码图片。                                        |
    | **自动完成验证** | 默认勾选上自动完成验证，勾选后才自动的对验证码图片进行描绘轨迹，从而完成验证。          |
    | **结果保存至**  | 将结果暂存为轨迹端点坐标列表变量，名称可自定义。                         |
  </Tab>

  <Tab title="高级" />
</Tabs>

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/54VOmvcVz9x5vq70/helpcenter/commands/ai/images/recognizetrajectorycommand-04.png?fit=max&auto=format&n=54VOmvcVz9x5vq70&q=85&s=064c073d95d413fb5e391b149cff30af" alt="描绘轨迹验证码使用示例" width="1371" height="581" data-path="helpcenter/commands/ai/images/recognizetrajectorycommand-04.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/54VOmvcVz9x5vq70/helpcenter/commands/ai/images/recognizetrajectorycommand-02.png?fit=max&auto=format&n=54VOmvcVz9x5vq70&q=85&s=ce5ca2df8ee374cbbd636e7f181f9b8c" alt="描绘轨迹验证码使用示例" width="1011" height="728" data-path="helpcenter/commands/ai/images/recognizetrajectorycommand-02.png" />

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

1. 使用【获取已打开的网页对象】取得包含轨迹验证码的网页；桌面软件场景可直接选择桌面元素。
2. 在【描绘轨迹验证码】中选择正确的图像来源和验证码图片，并保持“自动完成验证”开启。
3. 执行指令后，系统识别轨迹并自动完成描绘；轨迹端点坐标同时保存到指定列表变量，供后续校验或处理。

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/54VOmvcVz9x5vq70/helpcenter/commands/ai/images/recognizetrajectorycommand-01.png?fit=max&auto=format&n=54VOmvcVz9x5vq70&q=85&s=e3e99d47a38bcd4866df2cf25ba8e0c3" alt="描绘轨迹验证码效果展示" width="408" height="368" data-path="helpcenter/commands/ai/images/recognizetrajectorycommand-01.png" />

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