{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: \"CopilotViewController.view\"",
            "Represents the iOS copilot panel header."
        ]
    },
    "implements": "utam-sfsmobileapp/pageObjects/copilot/copilotPanelHeader",
    "root": true,
    "platform": "native",
    "profile": [
        {
            "platform": [
                "ios_phone"
            ]
        }
    ],
    "selector": {
        "accessid": "CopilotViewController.view"
    },
    "methods": [
        {
            "name": "closePanel",
            "compose": [
                {
                    "element": "closeBtn",
                    "apply": "click"
                }
            ]
        },
        {
            "name": "getTitle",
            "compose": [
                {
                    "element": "title",
                    "apply": "getText"
                }
            ]
        }
    ],
    "elements": [
        {
            "name": "closeBtn",
            "type": [
                "clickable"
            ],
            "selector": {
                "classchain": "**/XCUIElementTypeButton[`label == 'Close'`]"
            }
        },
        {
            "name": "title",
            "selector": {
                "classchain": "**/XCUIElementTypeStaticText[`name == 'Einstein'`]"
            }
        }
    ]
}