{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: records-form-footer",
            "Represents the records-form-footer Lightning web component.",
            "Get the save, cancel and save, or new buttons. Get the runtime_platform_actions-actions-ribbon component."
        ]
    },
    "shadow": {
        "elements": [
            {
                "name": "saveButton",
                "type": "utam-lightning/pageObjects/button",
                "public": true,
                "selector": {
                    "css": "lightning-button.save-button"
                }
            },
            {
                "name": "cancelButton",
                "type": "utam-lightning/pageObjects/button",
                "public": true,
                "selector": {
                    "css": "lightning-button.cancel-button"
                }
            },
            {
                "name": "saveAndNewButton",
                "type": "utam-lightning/pageObjects/button",
                "public": true,
                "selector": {
                    "css": "lightning-button.save-and-new-button"
                }
            },
            {
                "name": "actionsRibbon",
                "type": "utam-action/pageObjects/actionsRibbon",
                "public": true,
                "selector": {
                    "css": "runtime_platform_actions-actions-ribbon"
                }
            }
        ]
    }
}