{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: XCUIElementTypeWindow[$name == 'view.AllItems'$].",
            "Represents the iOS scrollview that contains the 'All Items' search bar and item list.",
            "Start a search or interact with the existing list of items."
        ]
    },
    "implements": "utam-salesforceapp/pageObjects/navigation/allItemsNav",
    "root": true,
    "platform": "native",
    "profile": [
        {
            "platform": [
                "ios_phone",
                "ios_tablet"
            ]
        }
    ],
    "selector": {
        "classchain": "XCUIElementTypeWindow[$name == 'view.AllItems'$]"
    },
    "elements": [
        {
            "name": "searchBar",
            "type": "utam-salesforceapp/pageObjects/navigation/searchBar",
            "selector": {
                "accessid": "nav.AllItems"
            },
            "public": true
        },
        {
            "name": "navItemsList",
            "type": "utam-salesforceapp/pageObjects/navigation/navItemsList",
            "selector": {
                "accessid": "table.itemList"
            },
            "public": true
        }
    ]
}