{
    "root": true,
    "selector": {
        "css": "runtime_learning_essentials_welcome-freemium-banner"
    },
    "description": {
        "author": "Salesforce",
        "text": [
            "Page Object: Freemium Banner page object",
            "Represents the runtime_learning_essentials_welcome-freemium-banner Lightning web component.",
            "Displays freemium information and compare plans button."
        ]
    },
    "shadow": {
        "elements": [
            {
                "public": true,
                "name": "freemiumBanner",
                "selector": {
                    "css": ".freemiumBanner"
                },
                "nullable": true
            },
            {
                "public": true,
                "name": "salesforceIcon",
                "type": "utam-lightning/pageObjects/icon",
                "selector": {
                    "css": "lightning-icon"
                },
                "nullable": true
            },
            {
                "public": true,
                "name": "freemiumTitle",
                "selector": {
                    "css": ".freemiumTitle"
                },
                "nullable": true
            },
            {
                "public": true,
                "name": "comparePlansButton",
                "type": "utam-lightning/pageObjects/button",
                "selector": {
                    "css": ".comparePlansButton"
                },
                "nullable": true
            }
        ]
    }
}