ui_menu_click
Click a menu item in DaVinci Resolve by specifying its exact path name, such as ['Timeline', 'Add Marker']. Use this when no dedicated scripting tool is available for the operation.
Instructions
Click a Resolve menu item by name path.
Example: ["Timeline", "Add Marker"] or ["File", "Import", "Timeline..."]. Names must match exactly, including any trailing ellipsis. Confirm them with ui_menu_tree first.
Use this only when no scripting API exists for the operation — a curated tool or resolve_exec is faster and more reliable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |