{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: .flexipagePage.",
            "Represents the flexipage:page Aura component.",
            "Get the flexipageComponent by ID."
        ]
    },
    "root": true,
    "selector": {
        "css": ".flexipagePage"
    },
    "elements": [
        {
            "name": "componentById",
            "type": "utam-flexipage/pageObjects/component",
            "selector": {
                "css": ".flexipageComponent[data-component-id='%s']",
                "args": [
                    {
                        "name": "id",
                        "type": "string"
                    }
                ]
            },
            "public": true
        }
    ]
}