{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: lst-list-view-manager.",
            "Represents the list view manager LWC.",
            "Access the common list internal component."
        ]
    },
    "shadow": {
        "elements": [
            {
                "name": "commonListInternal",
                "type": "utam-lists/pageObjects/commonListInternal",
                "public": true,
                "selector": {
                    "css": "lst-common-list-internal"
                }
            }
        ]
    },
    "methods": [
        {
            "name": "navigateToListViewIdViaPicker",
            "args": [
                {
                    "type": "string",
                    "name": "text"
                }
            ],
            "compose": [
                {
                    "element": "commonListInternal",
                    "apply": "navigateToListViewIdViaPicker",
                    "args": [
                        {
                            "name": "text",
                            "type": "argumentReference"
                        }
                    ]
                },
                {
                    "element": "commonListInternal",
                    "apply": "waitForAbsence"
                }
            ]
        },
        {
            "name": "getListViewTitleViaPicker",
            "compose": [
                {
                    "element": "commonListInternal",
                    "apply": "getListViewTitleViaPicker",
                    "returnType": "string"
                }
            ]
        },
        {
            "name": "getListViewTitleViaPickerWithWait",
            "compose": [
                {
                    "apply": "waitFor",
                    "args": [
                        {
                            "type": "function",
                            "predicate": [
                                {
                                    "element": "commonListInternal",
                                    "apply": "getListViewTitleViaPicker",
                                    "returnType": "string"
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ]
}