Demo showcases e2e headless exec reusing extension, cookie/local session injection, and local tooling to test flows in chromium
inject button to avoid 'user gesture required' issue when programmatically launching the sidepanel/plugin
Listen to chrome.runtime (not wxt/browser runtime) for tap of injected button from client (PlayWright in our case) to signal launch of replay/workflow trigger sequence
Decode fluidicWorkflowIds to query Workflow that may be executed (pass data over wxt runtime)
Avoiding any build config/permission changes with revise Playwright setup approach
chrome.runtime
(notwxt/browser
runtime) for tap of injected button from client (PlayWright in our case) to signal launch of replay/workflow trigger sequencefluidicWorkflowIds
to queryWorkflow
that may be executed (pass data over wxt runtime)