Skip to main content

Stop recording network requests

Sophie avatar
Written by Sophie
Updated over 2 weeks ago

Definition and Usage

This command stops recording all network requests for a specified web page. It terminates the network request monitoring that was previously initiated, allowing you to stop capturing HTTP/HTTPS traffic information from the browser.


Parameter Values

Input parameters

Parameter

Description

Required

Options / Notes

Web page

Select a variable that contains the web page to work with

Yes

The web page must be previously opened and have network recording started

Error handling

Parameter Name

Description

Throw error & stop

When an error occurs, the action will trigger an error and stop the execution of the entire app.

Retry command

If an error occurs, the action will retry the command in an attempt to resolve the issue and continue the process.

Ignore error & continue

When an error occurs, the action will be ignored, and the workflow will continue without interruption.

Variables produced

This action doesn't produce any variables.


Using Variables in Conditions

When configuring this action, you can use variables for the web page parameter. Look for the variable icon or {x} notation to insert previously defined variables. The variable must contain a valid web page object that was created from previous web automation actions.


Notes

  • This command should be used after a "Start recording network requests" action has been executed.

  • Make sure the web page is still open and active when stopping the network recording.

  • If you need to analyze the recorded network requests, you should have stored them in a variable using the appropriate command before stopping the recording.

  • Attempting to stop recording on a web page where recording was not started will result in an error.

Did this answer your question?