When using navigate({ action: 'goto' }) or replay({ action: 'recordInteraction' }), users currently need to manually call launchChrome first if Chrome isn't running.
Feature request:
- Auto-launch Chrome when
goto is called with a URL and Chrome isn't running
- Auto-launch Chrome when
recordInteraction is called with a startUrl and Chrome isn't running
- Validate the
connectionReason meets the 3-word reference requirement before attempting auto-launch
- Provide clear error messages when Chrome isn't running and
recordInteraction is missing the startUrl parameter