> ## 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/2nc_spg9_b4MXqPM/helpcenter/commands/web-automation/images/web-navigate-01.png?fit=max&auto=format&n=2nc_spg9_b4MXqPM&q=85&s=6e701d92309ae5dd4ef17d461c3f75e5" alt="跳转新网址指令参数面板" width="650" height="374" data-path="helpcenter/commands/web-automation/images/web-navigate-01.png" />

    | 参数       | 说明                     |
    | -------- | ---------------------- |
    | **网页对象** | 选择要操作的网页对象             |
    | **操作类型** | 下拉选择：跳转至新网址、后退、前进、刷新页面 |
    | **网址**   | 当操作类型为"跳转至新网址"时，输入目标网址 |
  </Tab>

  <Tab title="高级">
    | 参数            | 说明                  |
    | ------------- | ------------------- |
    | **等待网页加载完成**  | 是否需要等待网页加载完成后再进行下一步 |
    | **加载超时时间（s）** | 设置网页最大的加载超时时间，单位为秒  |
  </Tab>
</Tabs>

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/2nc_spg9_b4MXqPM/helpcenter/commands/web-automation/images/web-navigate-02.png?fit=max&auto=format&n=2nc_spg9_b4MXqPM&q=85&s=216f45699f4abe312fb492ac0c0cbbd1" alt="跳转新网址使用示例 - 流程搭建" width="836" height="175" data-path="helpcenter/commands/web-automation/images/web-navigate-02.png" />

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

使用【打开网页】指令打开初始网页[https://rpa.bazhuayu.com/](https://rpa.bazhuayu.com/)

使用【跳转新网址】指令跳转至[https://rpa.bazhuayu.com/appstore](https://rpa.bazhuayu.com/appstore)

### 效果展示

网页成功跳转至新网址

<img src="https://mintcdn.com/bazhuayu-rpa-docs/2nc_spg9_b4MXqPM/helpcenter/commands/web-automation/images/web-navigate-03.png?fit=max&auto=format&n=2nc_spg9_b4MXqPM&q=85&s=cdddc24fd5cca1eec18472aac4cecc8a" alt="跳转新网址使用示例 - 效果展示" width="1577" height="886" data-path="helpcenter/commands/web-automation/images/web-navigate-03.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/_udziDO1jBiOpIxe/helpcenter/commands/web-automation/images/web-navigate-04.png?fit=max&auto=format&n=_udziDO1jBiOpIxe&q=85&s=ae143cb81982479b3e4f5405fd607e72" alt="跳转新网址使用示例 - 效果展示 2" width="1586" height="771" data-path="helpcenter/commands/web-automation/images/web-navigate-04.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/_udziDO1jBiOpIxe/helpcenter/commands/web-automation/images/web-navigate-05.png?fit=max&auto=format&n=_udziDO1jBiOpIxe&q=85&s=374a8a5864f3c55a813c15184eb029a9" alt="跳转新网址使用示例 - 效果展示 3" width="1353" height="259" data-path="helpcenter/commands/web-automation/images/web-navigate-05.png" />

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