# 输入文字 (Type text)

<figure><img src="/files/2kQ8BkpjzRdljfDpzhNU" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="258">参数</th><th>说明</th></tr></thead><tbody><tr><td>Enter text</td><td>输入您要使用的一段文本或选择包含该文本的变量。</td></tr><tr><td>Enter interval time</td><td>输入字符之间的间隔。例如：100。如果执行此步骤，则每个字符的输入间隔为 100 毫秒。</td></tr></tbody></table>

我们有以下示例：当您想在 Facebook 的电子邮件字段中输入电子邮件时

<figure><img src="/files/g94wGEPqHeBvsovPBVtE" alt=""><figcaption></figcaption></figure>

我们有以下脚本：

<figure><img src="/files/x12aEtBHcJH5T6tA7n7Z" alt=""><figcaption></figcaption></figure>

在单击node处，您必须输入电子邮件字段的 CSS 选择器，然后node类型将输入您的电子邮件。因此，我们已成功在 Facebook 的电子邮件字段中输入电子邮件。

<figure><img src="/files/Qsu35YtZWFdPQW4AMrTA" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/jian-pan/shu-ru-wen-zi-type-text.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
