{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: runtime_platform_actions-action-renderer.",
            "Represents the runtime_platform_actions-action-renderer Lightning web component.",
            "Get force:highlightsPanel, flexipage:stackedTabset and force:relatedListContainer components."
        ]
    },
    "shadow": {
        "elements": [
            {
                "name": "lightningButton",
                "type": "utam-lightning/pageObjects/button",
                "public": true,
                "selector": {
                    "css": "lightning-button"
                }
            },
            {
                "name": "headlessAction",
                "type": "utam-action/pageObjects/executorLwcHeadless",
                "public": true,
                "selector": {
                    "css": "runtime_platform_actions-executor-lwc-headless"
                }
            }
        ]
    },
    "elements": [
        {
            "name": "ribbonMenuItem",
            "type": "utam-lightning/pageObjects/menuItem",
            "public": true,
            "selector": {
                "css": "lightning-menu-item"
            }
        }
    ],
    "methods": [
        {
            "description": {
                "text": [
                    "Click the Lightning button associated with this action renderer"
                ],
                "return": "none"
            },
            "name": "clickButton",
            "compose": [
                {
                    "element": "lightningButton"
                },
                {
                    "chain": true,
                    "apply": "click"
                }
            ]
        }
    ]
}