# 自动化用户手册

自动化是一种功能，它可以帮助您仅使用几个命令就自动完成所有操作。它适用于具有大量配置文件的重复性或重复性工作流程，例如注册帐户、提升帐户、自动点赞、挖掘 YouTube 观看次数、自动搜索以提高 SEO 等，并且由根据您的想法创建的文章（称为脚本）创建。以下是有关自动化功能的完整教程。

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

但在您想要使用自动化之前，您需要知道如何选择元素，因为大多数节点都需要使用它。您可以随机打开 URL，然后右键单击鼠标并单击此处：

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

并选择您想要放入脚本中的确切元素，如下所示：

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

之后，您可以在右侧看到蓝线，如下所示：

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

继续点击copy selector 或 copy xpath 或 full xpath。通常您可以copy selector，但有时您必须复制 full xpath，您可以搜索何时应该使用它们中的任何一个。如果您对检查命令有所了解，则无需复制即可更轻松地选择元素。

每个脚本相当于一个工作周期，在包含“node”的脚本中，node总是有两种情况：红色和绿色。绿色是你设置正确的，它会继续在其他节点上执行操作，而红色是不正确的。对于某些组件，您必须同时执行绿色和红色

<figure><img src="/files/hrs02k0zkMfVVND1Np9O" 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.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.
