{
    "description": {
        "author": "Salesforce",
        "text": [
            "Page Object: componentEventUi"
        ]
    },
    "shadow": {
        "elements": [
            {
                "public": true,
                "name": "h3Content",
                "type": [],
                "selector": {
                    "css": "h3"
                }
            },
            {
                "public": true,
                "name": "helptext",
                "type": "utam-lightning/pageObjects/helptext",
                "selector": {
                    "css": "lightning-helptext"
                }
            },
            {
                "name": "list",
                "type": [],
                "selector": {
                    "css": "ul"
                },
                "elements": [
                    {
                        "public": true,
                        "name": "listItems",
                        "type": [
                            "actionable",
                            "clickable"
                        ],
                        "selector": {
                            "css": "li",
                            "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": "interactionCard",
                                "type": "utam-builder-framework/pageObjects/interactionCard",
                                "selector": {
                                    "css": "builder_framework-interaction-card"
                                }
                            }
                        ]
                    }
                ]
            },
            {
                "public": true,
                "name": "button",
                "type": "utam-lightning/pageObjects/button",
                "selector": {
                    "css": "lightning-button"
                }
            }
        ]
    }
}