{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: action_grid.",
            "Represents the iOS Landing Page Action List.",
            "Verify the action list rows."
        ]
    },
    "implements": "utam-salesforceapp/pageObjects/offlineapp/landingPageActionList",
    "platform": "native",
    "profile": [
        {
            "platform": [
                "ios_phone",
                "ios_tablet"
            ]
        }
    ],
    "type": [
        "actionable"
    ],
    "elements": [
        {
            "name": "actionRowAtIndex",
            "type": "utam-salesforceapp/pageObjects/offlineapp/landingPageActionRow",
            "selector": {
                "classchain": "**/XCUIElementTypeOther[`name == 'action_row' AND index == %d`]",
                "args": [
                    {
                        "name": "index",
                        "type": "number"
                    }
                ]
            },
            "public": true
        },
        {
            "name": "actionByName",
            "type": "utam-salesforceapp/pageObjects/offlineapp/landingPageActionItem",
            "nullable": true,
            "public": true,
            "selector": {
                "classchain": "**/XCUIElementTypeOther[`name == 'action_item'`]",
                "returnAll": true
            },
            "filter": {
                "apply": "getActionName",
                "matcher": {
                    "type": "stringEquals",
                    "args": [
                        {
                            "name": "name",
                            "type": "string"
                        }
                    ]
                },
                "findFirst": true
            }
        }
    ]
}