{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: builder_industries_constraints-bui-group-summary",
            "Constraint Builder Business UI Group Summary COMPONENT"
        ]
    },
    "shadow": {
        "elements": [
            {
                "public": true,
                "name": "input",
                "type": "utam-lightning/pageObjects/input",
                "selector": {
                    "css": "lightning-input"
                }
            },
            {
                "public": true,
                "name": "spanContent",
                "type": [],
                "selector": {
                    "css": "span"
                }
            },
            {
                "public": true,
                "name": "listItem",
                "type": [
                    "actionable",
                    "clickable"
                ],
                "selector": {
                    "css": "li"
                },
                "elements": [
                    {
                        "public": true,
                        "name": "icon",
                        "type": "utam-lightning/pageObjects/icon",
                        "selector": {
                            "css": "lightning-icon"
                        }
                    }
                ]
            },
            {
                "public": true,
                "name": "listItem1s",
                "type": [
                    "actionable",
                    "clickable"
                ],
                "selector": {
                    "css": "li:nth-of-type(2)",
                    "returnAll": true
                }
            },
            {
                "public": true,
                "name": "listItemByIndex",
                "type": [
                    "actionable",
                    "clickable"
                ],
                "selector": {
                    "css": "li:nth-of-type(%d)",
                    "args": [
                        {
                            "name": "index",
                            "type": "number"
                        }
                    ]
                },
                "elements": [
                    {
                        "public": true,
                        "name": "spanContent1",
                        "type": [],
                        "selector": {
                            "css": "span"
                        }
                    }
                ]
            }
        ]
    }
}