{
    "description": {
        "author": "Salesforce",
        "text": [
            "Page Object: Global Automated Actions Conditions",
            "Selector: runtime_automated_actions-global-automated-actions-conditions"
        ]
    },
    "root": true,
    "selector": {
        "css": "runtime_automated_actions-global-automated-actions-conditions"
    },
    "shadow": {
        "elements": [
            {
                "public": true,
                "name": "leadAssignmentSectionTitle",
                "selector": {
                    "css": "lightning-formatted-rich-text.slds-text-title_bold"
                },
                "nullable": true
            },
            {
                "public": true,
                "name": "leadAssignmentSubsectionTitle",
                "selector": {
                    "css": "lightning-formatted-rich-text"
                },
                "nullable": true
            },
            {
                "public": true,
                "name": "conditionScopeRadioGroup",
                "type": "utam-lightning/pageObjects/radioGroup",
                "selector": {
                    "css": "lightning-radio-group[data-id='conditionScope']"
                }
            },
            {
                "public": true,
                "name": "conditionScopeLabel",
                "selector": {
                    "css": "label.slds-form-element__label"
                },
                "nullable": true
            },
            {
                "public": true,
                "name": "conditionScopeHelptext",
                "type": "utam-lightning/pageObjects/helptext",
                "selector": {
                    "css": "lightning-helptext"
                },
                "nullable": true
            },
            {
                "public": true,
                "name": "conditionTypeDropDown",
                "type": "utam-ui-automation-rules-components/pageObjects/conditionTypeDropDown",
                "selector": {
                    "css": "runtime_automated_actions-condition-type-drop-down[data-id='conditionTypeSelector']"
                }
            },
            {
                "public": true,
                "name": "expressionInput",
                "selector": {
                    "css": "runtime_automated_actions-expression-input[data-id='exprInput']"
                }
            },
            {
                "public": true,
                "name": "conditionItems",
                "type": "utam-ui-automation-rules-components/pageObjects/conditionItem",
                "selector": {
                    "css": "runtime_automated_actions-condition-item[data-id='conditionItem']",
                    "returnAll": true
                }
            },
            {
                "public": true,
                "name": "addConditionButton",
                "type": "utam-lightning/pageObjects/button",
                "selector": {
                    "css": "lightning-button[data-id='addButton']"
                },
                "nullable": true
            },
            {
                "public": true,
                "name": "conditionValidationError",
                "selector": {
                    "css": "div.slds-form-element__help.slds-text-color_error"
                },
                "nullable": true
            }
        ]
    }
}