{
    "description": {
        "author": "Salesforce",
        "text": [
            "Represents the login slides for the Field Service app."
        ]
    },
    "exposeRootElement": true,
    "type": [
        "clickable"
    ],
    "implements": "utam-sfsmobileapp/pageObjects/authentication/loginSlides",
    "platform": "native",
    "profile": [
        {
            "platform": [
                "ios_phone"
            ]
        }
    ],
    "root": true,
    "selector": {
        "classchain": "**/XCUIElementTypeStaticText[`name == \"Skip\"`]"
    },
    "methods": [
        {
            "name": "skip",
            "compose": [
                {
                    "element": "root",
                    "apply": "click"
                }
            ]
        }
    ]
}