{
    "description": {
        "author": "Salesforce",
        "text": [
            "Page Object: Credential Form"
        ]
    },
    "shadow": {
        "elements": [
            {
                "public": true,
                "name": "nameInput",
                "type": "utam-lightning/pageObjects/input",
                "selector": {
                    "css": "lightning-input"
                }
            },
            {
                "public": true,
                "name": "parameterCard",
                "type": "utam-lightning/pageObjects/card",
                "selector": {
                    "css": "runtime_rpa-card"
                },
                "elements": [
                    {
                        "public": true,
                        "name": "addButton",
                        "type": "utam-lightning/pageObjects/button",
                        "selector": {
                            "css": "lightning-button"
                        }
                    },
                    {
                        "public": true,
                        "name": "credentialParameters",
                        "type": "utam-runtime_rpa/pageObjects/credentialFormParameter",
                        "selector": {
                            "css": "runtime_rpa-credential-form-parameter",
                            "returnAll": true
                        }
                    },
                    {
                        "public": true,
                        "name": "credentialFormParameter",
                        "type": "utam-runtime_rpa/pageObjects/credentialFormParameter",
                        "selector": {
                            "css": "runtime_rpa-credential-form-parameter"
                        }
                    }
                ]
            }
        ]
    }
}