Learn how to use the wrap-playwright slash command to execute browser automation code
/wrap-playwright code: your Playwright automation code
/wrap-playwright code: await page.goto('https://example.com'); await page.screenshot({path: 'home.png'});
/wrap-playwright file name: automation_script.js context service: user_session_123 binding data: {"userId": "12345", "action": "login"}
/wrap-playwright code: await page.fill('#email', 'user@example.com'); await page.fill('#password', 'secure123'); await page.click('#submit'); context service: form_session_456