Skip to main content

comment

Utility

Adds 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?