This page demonstrates the UIBridge Visual Debug Panel - a real-time debugging tool that shows automation commands as they happen in your web app.
Make sure the UIBridge API server is running on http://localhost:3002
node api-server.cjs
Click these buttons to see automation commands appear in the debug panel:
Run these PowerShell commands to see external automation in the debug panel:
# Load the helper functions
. .\uibridge-powershell-helpers.ps1
# Test commands that will show in the debug panel
Click-UIBridgeElement -Selector "#test-btn-1"
Take-UIBridgeScreenshot
Click-UIBridgeText -Text "Test Button 2"
💡 Pro Tip: The debug panel shows both local commands (clicked on this page) and external commands (from PowerShell/API calls) in real-time!
Debug Panel Status: Not initialized
Server Connection: Unknown
Commands Executed: 0