Purpose
Use Set Window Size to keep selectors and responsive layouts consistent across runs.
How it works
- Runs a browser resize operation with the configured width and height.
- Continues to the next connected block.
- Affects pages that change layout across breakpoints.
Configuration fields
| Field | Required | Default | Description |
|---|---|---|---|
| Window Width | Yes | 1920 | Browser width in pixels. |
| Window Height | Yes | 1080 | Browser height in pixels. |
Usage notes
- Use desktop widths when your selectors target desktop markup.
- Set size before extracting from responsive cards or tables.
- Pair with Take Screenshot when debugging layout-specific issues.