# 调向器

- [新标签页 (New tab)](https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/tiao-xiang-qi/xin-biao-qian-ye-new-tab.md): 当您使用此node时，脚本将打开一个新标签页以执行下一个操作，该操作从您输入的 URL 开始
- [活动标签页 (Active tab)](https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/tiao-xiang-qi/huo-dong-biao-qian-ye-active-tab.md): 如果您的资料有多个标签页，并且您想要切换网站标签页，您可以使用此活动标签页node。
- [关闭标签页 (Close tab)](https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/tiao-xiang-qi/guan-bi-biao-qian-ye-close-tab.md): 您可以选择关闭当前标签页或选择一个标签页，如果选择标签页，则需要输入标签页编号。
- [打开 URL (Open URL)](https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/tiao-xiang-qi/da-kai-url-open-url.md): 当您想在当前标签页中打开网站（而不是打开新标签页）时，您可以使用此标签页。
- [重新加载页面 (Reload page)](https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/tiao-xiang-qi/chong-xin-jia-zai-ye-mian-reload-page.md): 当您想要重新加载活动标签页的页面时，可以使用它，类似于按 F5。
- [截图 (Screenshot)](https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/tiao-xiang-qi/jie-tu-screenshot.md): 当您执行某个步骤并想要截取屏幕截图时，您可以使用截图node。
- [切换框架 (Switch frame)](https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/tiao-xiang-qi/qie-huan-kuang-jia-switch-frame.md): 有些页面带有iframe，需要使用node切换框架才能调向。您有两个选择：子框架和主框架。如果你选择子框架，则需要选择该框架的元素，在这里您还可以设置等待时间。当您使用其他平台账号登录平台时，您可能会遇到这样的情况：当你使用Google账号登录Tik Tok时，主标签页之外会出现一个新标签页来登录你的账号。要使用脚本控制这个子标签，您需要使用切换框架node。
- [切换扩展弹出窗口 (Switch Extension popup)](https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/tiao-xiang-qi/qie-huan-kuo-zhan-tan-chu-chuang-kou-switch-extension-popup.md): 有些页面有扩展弹出窗口，您必须使用切换扩展弹出窗口按钮进行调向。您有两个选项：扩展弹出窗口和主页。如果您选择扩展弹出窗口，则需要选择该弹出窗口的元素，并在此处设置等待时间。就像您通过其他平台帐户注册平台时一样，您会遇到这样的情况，例如：使用 google 帐户注册 twitter，它会在主标签页之外出现一个标签页来注册。现在，如果您想要脚本控制其他子标签页，则需要使用此切换扩展弹出窗口按钮。
- [返回 (Go back)](https://docs.hidemium.io/zi-dong-hua-yong-hu-shou-ce/tiao-xiang-qi/fan-hui-go-back.md): 当您想要返回上一个网站时，请使用返回。与选择此箭头时类似。


---

# 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/tiao-xiang-qi.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.
