{
    "root": true,
    "selector": {
        "css": "runtime_learning_essentials_welcome-easy-trial-banner"
    },
    "description": {
        "author": "Salesforce",
        "text": [
            "Page Object: Easy Trial Banner page object",
            "Represents the runtime_learning_essentials_welcome-easy-trial-banner Lightning web component.",
            "Displays trial information and buy now button."
        ]
    },
    "shadow": {
        "elements": [
            {
                "public": true,
                "name": "easyTrialBanner",
                "selector": {
                    "css": ".easyTrialBanner"
                },
                "nullable": true
            },
            {
                "public": true,
                "name": "easyExpiredTrialBanner",
                "selector": {
                    "css": ".easyExpiredTrialBanner"
                },
                "nullable": true
            },
            {
                "public": true,
                "name": "buyNowButton",
                "type": "utam-lightning/pageObjects/button",
                "selector": {
                    "css": "lightning-button"
                },
                "nullable": true
            },
            {
                "public": true,
                "name": "lockIcon",
                "type": "utam-lightning/pageObjects/icon",
                "selector": {
                    "css": ".lock-icon"
                },
                "nullable": true
            },
            {
                "public": true,
                "name": "trialDaysLeftMessage",
                "type": "utam-lightning/pageObjects/formattedRichText",
                "selector": {
                    "css": "lightning-formatted-rich-text"
                },
                "nullable": true
            }
        ]
    }
}