{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: **/XCUIElementTypeWindow[$type = 'XCUIElementTypeTable' AND name == 'eventsDetailTableView'$].",
            "Represents the iOS table view of event objects.",
            "Verify the event object home has loaded."
        ]
    },
    "implements": "utam-salesforceapp/pageObjects/record/eventObjectHome",
    "root": true,
    "platform": "native",
    "profile": [
        {
            "platform": [
                "ios_phone",
                "ios_tablet"
            ]
        }
    ],
    "beforeLoad": [
        {
            "apply": "waitFor",
            "args": [
                {
                    "type": "function",
                    "predicate": [
                        {
                            "element": "root",
                            "apply": "isPresent"
                        }
                    ]
                }
            ]
        }
    ],
    "selector": {
        "classchain": "**/XCUIElementTypeWindow[$type = 'XCUIElementTypeTable' AND name == 'eventsDetailTableView'$]"
    }
}