> ## 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/_udziDO1jBiOpIxe/helpcenter/commands/web-automation/images/web-open-01.png?fit=max&auto=format&n=_udziDO1jBiOpIxe&q=85&s=a9cc6fc0128a9118b201ee70a0bcd5cb" alt="打开网页指令参数面板" width="660" height="423" data-path="helpcenter/commands/web-automation/images/web-open-01.png" />

    | 参数        | 说明                                                                                                                                  |
    | --------- | ----------------------------------------------------------------------------------------------------------------------------------- |
    | **浏览器类型** | 支持下拉选择：八爪鱼浏览器、谷歌浏览器、Edge浏览器、360安全浏览器、AdsPower、飞跨浏览器、紫鸟浏览器V6、紫鸟浏览器、易得客浏览器、稳卖AI浏览器（原牛卖浏览器）、Hubstudio、跨境卫士浏览器、站斧浏览器、云登浏览器、比特浏览器、自定义浏览器 |
    | **网址**    | 输入需要打开的网页链接。如想打开单个网页，输入网页地址即可，或传入一个网址参数                                                                                             |
    | **浏览器路径** | 浏览器类型选择自定义浏览器时，该参数需要填写。如果值为空，RPA将自动查找电脑上安装的浏览器并尝试启动，您也可以自己配置目标浏览器的应用程序路径                                                            |
  </Tab>

  <Tab title="高级">
    <img src="https://mintcdn.com/bazhuayu-rpa-docs/_udziDO1jBiOpIxe/helpcenter/commands/web-automation/images/web-open-02.png?fit=max&auto=format&n=_udziDO1jBiOpIxe&q=85&s=4fe26332ed65b5edf714a6a4d389176d" alt="打开网页指令高级参数面板" width="660" height="380" data-path="helpcenter/commands/web-automation/images/web-open-02.png" />

    | 参数            | 说明                                                 |
    | ------------- | -------------------------------------------------- |
    | **等待网页加载完成**  | 是否需要等待网页加载完成后再进行下一步                                |
    | **加载超时时间（s）** | 设置网页最大的加载超时时间，单位为秒                                 |
    | **加载超时后执行**   | 最大加载超时后，网页页面仍然无法加载完成，则会执行「错误处理」或「停止加载」，建议设置为「停止加载」 |
  </Tab>
</Tabs>

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/_udziDO1jBiOpIxe/helpcenter/commands/web-automation/images/web-open-03.png?fit=max&auto=format&n=_udziDO1jBiOpIxe&q=85&s=dceea8b181e5e4de016ab836f658e218" alt="打开网页使用示例 - 流程搭建" width="803" height="139" data-path="helpcenter/commands/web-automation/images/web-open-03.png" />

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

使用【打开网页】指令在八爪鱼浏览器打开目标网页

保存网页对象至变量，供后续流程使用

### 效果展示

浏览器自动打开指定网页，并保存网页对象至变量，可继续执行后续操作。

<img src="https://mintcdn.com/bazhuayu-rpa-docs/_udziDO1jBiOpIxe/helpcenter/commands/web-automation/images/web-open-04.png?fit=max&auto=format&n=_udziDO1jBiOpIxe&q=85&s=557a6aa71a1475fbf39e7e9e03698c8d" alt="打开网页使用示例 - 效果展示" width="1262" height="164" data-path="helpcenter/commands/web-automation/images/web-open-04.png" />

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