{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: resourceId(\"com.salesforce.chatter:id/feedsdk_frag\").",
            "Represents the Android scrollview that contains the search bar and posts.",
            "Load the Chatter post search, scroll, and interact with individual Chatter posts."
        ]
    },
    "implements": "utam-salesforceapp/pageObjects/chatter/chatterMain",
    "root": true,
    "platform": "native",
    "profile": [
        {
            "platform": [
                "android_phone",
                "android_tablet"
            ]
        }
    ],
    "beforeLoad": [
        {
            "apply": "waitFor",
            "args": [
                {
                    "type": "function",
                    "predicate": [
                        {
                            "element": "root",
                            "apply": "isPresent"
                        }
                    ]
                }
            ]
        }
    ],
    "selector": {
        "uiautomator": "resourceId(\"com.salesforce.chatter:id/feedsdk_frag\")"
    },
    "elements": [
        {
            "name": "searchBar",
            "type": "utam-salesforceapp/pageObjects/navigation/searchBar",
            "selector": {
                "uiautomator": "resourceId(\"com.salesforce.chatter:id/feedsdk_search_bar_view\")"
            },
            "public": true
        },
        {
            "name": "postDetailsList",
            "type": "utam-salesforceapp/pageObjects/chatter/chatterPostCell",
            "selector": {
                "uiautomator": "className(\"android.view.ViewGroup\").descriptionMatches(\"^[0-9]+\")",
                "returnAll": true
            },
            "public": true
        }
    ]
}