Setup & Installation
What This Skill Does
Imports cookies from an installed Chromium browser into a headless Playwright session. Opens a browser-based picker UI where you select which domains to import. Useful before QA testing pages that require authentication. Instead of manually extracting cookies from DevTools and pasting them into scripts, this handles browser detection, Keychain decryption, and session loading in one step.
When to use it
- Working with setup browser cookies functionality
- Implementing setup browser cookies features
- Debugging setup browser cookies related issues
