{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: builder_industries_constraints-bui-product-list-modal",
            "Constraint Builder Business UI Product List Modal"
        ]
    },
    "shadow": {
        "elements": [
            {
                "public": true,
                "name": "modalHeader",
                "type": "utam-lightning/pageObjects/modalHeader",
                "selector": {
                    "css": "lightning-modal-header"
                }
            },
            {
                "public": true,
                "name": "modalBody",
                "type": "utam-lightning/pageObjects/modalBody",
                "selector": {
                    "css": "lightning-modal-body"
                },
                "elements": [
                    {
                        "public": true,
                        "name": "spinner",
                        "type": "utam-lightning/pageObjects/spinner",
                        "selector": {
                            "css": "lightning-spinner"
                        }
                    },
                    {
                        "public": true,
                        "name": "divContent",
                        "type": [],
                        "selector": {
                            "css": "div"
                        }
                    },
                    {
                        "public": true,
                        "name": "divContent1",
                        "type": [],
                        "selector": {
                            "css": "div:nth-of-type(2)"
                        }
                    },
                    {
                        "public": true,
                        "name": "input",
                        "type": "utam-lightning/pageObjects/input",
                        "selector": {
                            "css": "lightning-input"
                        }
                    },
                    {
                        "public": true,
                        "name": "treeGrid",
                        "type": "utam-lightning/pageObjects/treeGrid",
                        "selector": {
                            "css": "lightning-tree-grid"
                        }
                    }
                ]
            },
            {
                "public": true,
                "name": "modalFooter",
                "type": "utam-lightning/pageObjects/modalFooter",
                "selector": {
                    "css": "lightning-modal-footer"
                },
                "elements": [
                    {
                        "public": true,
                        "name": "backButton",
                        "type": "utam-lightning/pageObjects/button",
                        "selector": {
                            "css": "div:nth-of-type(1) lightning-button[class*='back-button']"
                        }
                    },
                    {
                        "public": true,
                        "name": "cancelButton",
                        "type": "utam-lightning/pageObjects/button",
                        "selector": {
                            "css": "div:nth-of-type(2) lightning-button[class*='cancel-button']"
                        }
                    },
                    {
                        "public": true,
                        "name": "saveButton",
                        "type": "utam-lightning/pageObjects/button",
                        "selector": {
                            "css": "div:nth-of-type(2) lightning-button[class*='save']"
                        }
                    }
                ]
            }
        ]
    }
}