setup-browser-cookies

Import Chromium browser cookies into headless sessions via an interactive picker.

9|3|Updated Jan 29, 2022
One-click install
npx skills add https://github.com/I194/PMTools_2.0 --skill setup-browser-cookies-i194
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-browser-cookies
Source: https://github.com/I194/PMTools_2.0/tree/main/.claude/skills/gstack/setup-browser-cookies
Command: npx skills add https://github.com/I194/PMTools_2.0 --skill setup-browser-cookies-i194

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import cookies from your real Chromium browser into the headless browse session. This solves the problem of having to log in repeatedly during automated QA by reusing existing authenticated sessions.

Core Features & Use Cases

  • Interactive picker UI to select which cookie domains to import.
  • Import cookies before QA testing of authenticated pages.
  • Compatible with gstack workflows to authenticate browsers for testing.

Quick Start

Open the picker, choose the domains, and confirm to import cookies into the headless 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 cookies into a headless browser for QA testing?

To import cookies into a headless browser for QA testing, you can use an interactive picker UI to select specific cookie domains from your real Chromium browser and load them into the headless session to reuse authenticated sessions.

Why do I need to import browser cookies for automated testing?

You need to import browser cookies for automated testing to solve the problem of repeatedly logging in during QA workflows, allowing your headless browser to reuse existing authenticated sessions from your real Chromium browser.

Can I choose which cookie domains to import into the headless session?

Yes, you can choose which cookie domains to import into the headless session using an interactive picker UI, allowing you to selectively load only the required authentication data for your specific QA testing needs.

Does this cookie import approach work with Chromium browser sessions?

Yes, this cookie import approach works with Chromium browser sessions by extracting existing authenticated cookies from your real Chromium browser and transferring them directly into the headless browser environment.

What is the best way to authenticate a headless browser without logging in repeatedly?

The best way to authenticate a headless browser without logging in repeatedly is to import existing cookies from your real Chromium browser, reusing authenticated sessions to streamline automated QA testing workflows.

When should I use browser cookie import instead of handling login forms in automation?

You should use browser cookie import instead of handling login forms in automation when you need to quickly access authenticated pages during QA testing, bypassing repetitive logins by reusing existing session data from your real browser.