{
    "description": {
        "author": "Salesforce",
        "text": [
            "Represents the login navigation bar."
        ]
    },
    "implements": "utam-sfsmobileapp/pageObjects/authentication/loginNavBar",
    "root": true,
    "platform": "native",
    "profile": [
        {
            "platform": [
                "ios_phone"
            ]
        }
    ],
    "selector": {
        "classchain": "**/XCUIElementTypeNavigationBar[`name == 'Log In'`]"
    },
    "methods": [
        {
            "name": "chooseConnOption",
            "compose": [
                {
                    "element": "connBtn",
                    "apply": "click"
                }
            ]
        }
    ],
    "elements": [
        {
            "name": "connBtn",
            "type": [
                "clickable"
            ],
            "selector": {
                "accessid": "choose connection button"
            }
        }
    ]
}