---
title: Web Script
description: "Run a scripted web scenario with the traffic routed through the SIM's data connection, to measure a real user journey on the mobile network."
lastUpdated: "2026-09-23"
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

Run a JavaScript web scenario (page loads, clicks, form fills) with the traffic routed through the SIM's data connection. Use it to measure a real user journey, login, search, checkout, as experienced over the mobile network.

## Parameters

| Parameter | Required | Description |
| ----------- | ---------- | ------------- |
| Script | Yes | The JavaScript web scenario to execute. |
| Asynchronous | No | Run the script without blocking the following actions. Default: off. |

Plus the shared [connection settings](/tests/actions/cellular/overview#connection-settings).

## Results and metrics

The report contains one entry per script step: status, duration, screenshots, and any custom metrics the script creates. Step durations and statuses flow to Analytics like the other actions, tagged by antenna and access technology, so you can track each step of the journey over the cellular network.

## What's next?

<Columns cols={2}>
  <Card title="Web steps" icon="globe" href="/tests/actions/web/overview">

    The steps available inside web scenarios

</Card>
  <Card title="API Call" icon="cloud" href="/tests/actions/cellular/api-call">

    Single HTTP requests, without a browser

</Card>
</Columns>
