With no target, closes the active tab. To close a specific tab, provide one ofDocumentation Index
Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
substring, regex, or index.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
substring | string | No | Match the URL by substring. |
regex | string | No | Match the URL by regular expression. |
index | number | string | No | Zero-based tab index. |
timeout | number | No | Maximum time in milliseconds to wait for a matching tab. |
saveAs | string | No | Name of the variable to write this step’s return value to. |
retries | number | No | Number of times to retry the step on failure before failing the test. |
skipped | boolean | No | Skip this step at execution time. |
comment | string | No | Free-form annotation kept with the step. |