> ## 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/v_rTeoLOdoPnGE6I/helpcenter/commands/others/images/showaccountinputcommand-01.png?fit=max&auto=format&n=v_rTeoLOdoPnGE6I&q=85&s=c31da5365d5ca17d7d79ad110552e9f6" alt="账号密码输入对话框指令参数面板" width="642" height="349" data-path="helpcenter/commands/others/images/showaccountinputcommand-01.png" />

    | 参数        | 说明                     |
    | --------- | ---------------------- |
    | **对话框标题** | 请输入弹出对话框窗口的标题，如八爪鱼登录账号 |
  </Tab>

  <Tab title="高级">
    本指令暂无高级参数。
  </Tab>
</Tabs>

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/v_rTeoLOdoPnGE6I/helpcenter/commands/others/images/showaccountinputcommand-02.png?fit=max&auto=format&n=v_rTeoLOdoPnGE6I&q=85&s=a6262f9b3283e608fd7fc1c9d7058be1" alt="账号密码输入对话框使用示例 - 流程搭建" width="852" height="115" data-path="helpcenter/commands/others/images/showaccountinputcommand-02.png" />

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

1. 在【账号密码输入对话框】中将窗口标题设置为“八爪鱼登录账号”，并配置账号、密码输入提示。
2. 运行后，流程弹出对话框并等待用户填写账号和密码。
3. 用户确认后，账号和密码分别保存到结果变量，供后续登录步骤使用；取消时按指令的异常处理配置继续执行。

### 效果展示

<img src="https://mintcdn.com/bazhuayu-rpa-docs/v_rTeoLOdoPnGE6I/helpcenter/commands/others/images/showaccountinputcommand-03.png?fit=max&auto=format&n=v_rTeoLOdoPnGE6I&q=85&s=586fdb4b36bd90996e2c88f944fc2f93" alt="账号密码输入对话框使用示例 - 效果展示" width="584" height="224" data-path="helpcenter/commands/others/images/showaccountinputcommand-03.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/v_rTeoLOdoPnGE6I/helpcenter/commands/others/images/showaccountinputcommand-04.png?fit=max&auto=format&n=v_rTeoLOdoPnGE6I&q=85&s=635ad27dca93b33ade5f1f3320803bcc" alt="账号密码输入对话框使用示例 - 效果展示" width="839" height="145" data-path="helpcenter/commands/others/images/showaccountinputcommand-04.png" />

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