What problem does it solve? Salesforce Lightning pages use LWC shadow DOM that standard Selenium locators cannot pierce, and many org settings have no API equivalent, making UI automation fragile and hard to verify. This Skill provides proven patterns for writing, modifying, and debugging Robot Framework suites that automate org setup and validate end-to-end Revenue Cloud workflows. ## Core Features & Use Cases - Shadow DOM traversal patterns: Recursive JavaScript helpers (findEl/findAll), native setter for LWC inputs, and combobox/toggle interaction recipes that work across shadow boundaries. - Setup vs E2E test guidance: Clear separation between org-configuration automation (tests/setup/) and functional tests (tests/e2e/), with CCI task wiring tables and Python wrapper patterns. - Mandatory live-org verification rules: Explicit guidance that robot --dryrun is syntax-only and behavioral changes must be validated against a live scratch org. - Use Case: When adding a new setup toggle suite, follow the documented patterns to create the .robot file, wrap it in a CCI Python task, and verify it against a scratch org before merging. ## Quick Start Ask the agent to write a new Robot Framework setup test that enables a Salesforce org toggle, following the shadow DOM patterns and CCI task wiring in this skill.