Development environment demonstration showing browser actions in real-time. Watch form filling, validation checks, and submission processes as they happen in the visible browser window.
Production server demonstration running the same automation in headless mode. No visible browser - all actions happen server-side with n8n orchestration and Salesforce integration.
Foundational capabilities that power both development demos and production deployments
Element existence, HTML5 :invalid checks, Kendo and general error scanning, required-field detection and visual red-text checks.
Dynamic field mapping for 25+ business/vehicle fields, multi-input support, real-time progress and error recovery.
Multi-selector strategy, button text recognition, form state validation and post-click monitoring.
Request IDs, validation_errors.log, field-level success/failure, URL & page-state snapshots during errors.
Localhost testing with visible browser actions
AWS server with headless batch processing
Structured JSON logs with custom JSONFormatter, multi-destination logging and request tracking for easy tracing during failures.
n8n orchestrates the complete pipeline: Salesforce record retrieval → automation trigger → headless execution → status updates. Supports batch processing with configurable concurrency limits.
FastAPI endpoints serve automation jobs. Playwright workers execute sessions (headless). n8n orchestrates workflows from Salesforce. Logs and validation contexts are written to files for audit and retries.