{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: XCUIElementTypeScrollView[$name == \"briefcase_status\"$].",
            "Represents the iOS Briefcase Object List view.",
            "Verify the downloaded objects."
        ]
    },
    "implements": "utam-salesforceapp/pageObjects/offlineapp/offlineObjectList",
    "platform": "native",
    "profile": [
        {
            "platform": [
                "ios_phone",
                "ios_tablet"
            ]
        }
    ],
    "elements": [
        {
            "name": "objectRows",
            "type": "utam-salesforceapp/pageObjects/offlineapp/offlineObjectRow",
            "public": true,
            "selector": {
                "accessid": "briefcase_object_row",
                "returnAll": true
            }
        },
        {
            "name": "objectRowWithTitle",
            "type": "utam-salesforceapp/pageObjects/offlineapp/offlineObjectRow",
            "public": true,
            "nullable": true,
            "selector": {
                "accessid": "briefcase_object_row",
                "returnAll": true
            },
            "filter": {
                "apply": "getTitle",
                "matcher": {
                    "type": "stringEquals",
                    "args": [
                        {
                            "name": "title",
                            "type": "string"
                        }
                    ]
                },
                "findFirst": true
            }
        }
    ],
    "methods": [
        {
            "name": "hasObjectRowWithTitle",
            "compose": [
                {
                    "element": "objectRowWithTitle",
                    "matcher": {
                        "type": "notNull"
                    },
                    "returnType": "boolean"
                }
            ]
        }
    ]
}