wait_seconds
Introduce a fixed delay by blocking the MCP server for a specified number of seconds. Use for low-level timing control, not for waiting on page conditions.
Instructions
Block the MCP server for a fixed number of seconds.
This is a low-level timing tool. It performs no browser action while waiting and should not be used when waiting for a page condition.
Prefer wait_for when waiting for an element or text to appear/disappear, because wait_for can return as soon as the requested condition is met.
Args: seconds: Number of seconds to block. May be an integer or float.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seconds | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |