comment
UtilityAdds a human-readable comment to the project command list.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
text | string | Yes | — | Comment text |
Usage Example
RTILA X PROJECT JSON
{
"command": "comment",
"params": {
"text": "Extract all product prices after page load"
}
}
Related Learning Articles
Was this helpful?
Thank you for your feedback!