What problem does it solve?
This Skill helps you build and document lightweight browser automation flows in Bun without reaching for a heavier end-to-end testing stack. It is ideal when you need to open a web page, drive a desktop browser window, inspect page state, or automate repetitive browser tasks with Bun.WebView.
Core Features & Use Cases
- Browser window control: Create new Bun.WebView instances, choose a backend, and load remote or inline content.
- Automation actions: Navigate pages, evaluate JavaScript, click elements, type text, press keys, scroll, resize, and take screenshots.
- Advanced integrations: Use page state properties, capture console output, persist browser data, and send raw Chrome DevTools Protocol commands when needed.
- Use case: A Bun script can log into an internal tool, wait for the dashboard, capture a screenshot, and inspect page events for a lightweight automated workflow.
Quick Start
Use this skill to create a Bun.WebView instance, navigate to a page, and automate clicks, typing, screenshots, or protocol calls for your target workflow.