assert_console_message
AssertionsAsserts that a console message matching a pattern occurred. Deprecated and disabled in the engine to maintain anti-bot stealth.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
expected_text | string | Yes | — | Expected console message text |
type | string | No | | Console message type |
Usage Example
RTILA X PROJECT JSON
{
"command": "assert_console_message",
"params": {
"expected_text": "error",
"type": ""
}
}
Related Scenarios
- View /scenarios/api-interception/5 · api interception
Related Learning Articles
Was this helpful?
Thank you for your feedback!