General
Capture Screen
Restrictions: "none"
Captures current frame and returns userdata object
Inputs
Name | Type | Description | Required | Dynamic |
---|
Outputs
Name | Type | Description |
---|---|---|
default | image | Captured screen in 1920x1080 RGB |
Print
Restrictions: "none"
Prints out info to a debug log.
Inputs
Name | Type | Description | Required | Dynamic |
---|---|---|---|---|
itemToPrint | code | The item(s) to print to the console. | Yes | Yes |
debugLevel | enum | Select the debug level to use. | Yes | No |
Outputs
Name | Type | Description |
---|---|---|
default | null |
Wait
Restrictions: "none"
Pauses the script for a specified amount of time.
Inputs
Name | Type | Description | Required | Dynamic |
---|---|---|---|---|
timeout | duration | The time to wait before continuing to the next step. | Yes | No |
Outputs
Name | Type | Description |
---|---|---|
default | null |