{
    "description": {
        "author": "Salesforce",
        "text": [
            "Represents the Mobile Home fragment in the Salesforce app.",
            "Provides methods to open the Mobile Home editor and access the Mobile Home card list.",
            "Typical usage scenarios include:",
            "• Opening the editor to customize cards using editHome",
            "• Accessing the card list component using getMobileHomeCardList",
            "• Checking whether the Edit button is available using hasEditButton",
            "• Waiting for the card list to be ready using waitForCardListToLoad"
        ]
    },
    "interface": true,
    "root": true,
    "methods": [
        {
            "name": "editHome",
            "description": "Open the mobile home editor."
        },
        {
            "name": "getMobileHomeCardList",
            "description": "Get the mobile home card list component.",
            "returnType": "utam-salesforceapp/pageObjects/mcfmobilehome/mobileHomeCardList"
        },
        {
            "name": "hasEditButton",
            "description": "Check whether the Edit button is present.",
            "returnType": "boolean"
        },
        {
            "name": "waitForCardListToLoad",
            "description": "Wait for the card list to be present on the page.",
            "returnType": "boolean"
        }
    ]
}