> ## 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-monitor-stop-01.png?fit=max&auto=format&n=2nc_spg9_b4MXqPM&q=85&s=e1e361d83b6bb744b5dda731e1b4407e" alt="停止监听网页请求指令参数面板" width="660" height="270" data-path="helpcenter/commands/web-automation/images/web-monitor-stop-01.png" />

    | 参数       | 说明                                   |
    | -------- | ------------------------------------ |
    | **网页对象** | 选择一个之前通过【打开网页】或【获取已打开的网页对象】指令创建的网页对象 |
  </Tab>

  <Tab title="高级">
    本指令暂无高级参数。
  </Tab>
</Tabs>

## 使用示例

<img src="https://mintcdn.com/bazhuayu-rpa-docs/2nc_spg9_b4MXqPM/helpcenter/commands/web-automation/images/web-monitor-stop-02.png?fit=max&auto=format&n=2nc_spg9_b4MXqPM&q=85&s=4f1f4087ce06f17a47a5c3d7567964d0" alt="停止监听网页请求使用示例 - 流程搭建" width="1369" height="344" data-path="helpcenter/commands/web-automation/images/web-monitor-stop-02.png" />

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

使用【打开网页】在浏览器打开网页

使用【开始监听网页请求】开始监听网页

使用【获取网页监听结果】获取监听的网页数据

使用【停止监听网页请求】停止对网页的监听

### 效果展示

网络监听成功停止，释放监听资源。

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