setup-browser-cookies

Import browser cookies into a headless Playwright session for authenticated testing.

3|3|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/tsensei/ReelMistri --skill setup-browser-cookies-tsensei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/tsensei/ReelMistri/tree/main/.claude/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/tsensei/ReelMistri --skill setup-browser-cookies-tsensei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import browser cookies into a headless Playwright session to enable authenticated testing.

Core Features & Use Cases

  • Cookie import and session restoration for automated QA
  • Secure domain-level cookie selection via a picker UI
  • Works across languages/environments to maintain login state

Quick Start

Run the setup to import real cookies into your headless Playwright session.

Frequently Asked Questions about setup-browser-cookies

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I import browser cookies into a headless Playwright session for automated testing?

To import browser cookies into a headless Playwright session, you use a cookie picker UI to select, decrypt, and load domain-level cookies into the context, enabling authenticated QA automation while keeping data local.

Can I use real browser cookies to maintain login state in Playwright QA automation?

Yes, you can use real browser cookies to maintain login state in Playwright QA automation by importing and decrypting them into the headless context, which allows reproducible authenticated tests across domains.

What is the best way to handle authenticated testing across multiple domains in Playwright?

The best way to handle authenticated testing across multiple domains in Playwright is importing real browser cookies via a picker UI, securely loading the login state into headless sessions for reproducible tests.

Do I need a browser cookie picker UI to set up cookies for headless automation?

Yes, you need a browser cookie picker UI to set up cookies for headless automation because it enables secure domain-level cookie selection, decryption, and loading while keeping sensitive session data local.

Why does my headless Playwright session fail to maintain login state for QA tests?

Headless Playwright sessions fail to maintain login state for QA tests when real cookies are not imported and decrypted into the context, which this cookie import process resolves by restoring the active session.

Does importing cookies into a headless browser context keep sensitive session data local?

Yes, importing cookies into a headless browser context keeps sensitive session data local by securely selecting and decrypting domain-level cookies through the picker UI directly into the Playwright session.