browser_visible

Configure browser launch parameters for visible or private automation modes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/senthxu-a11y/LTclaw1.0 --skill browser-visible-senthxu-a11y
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser_visible
Source: https://github.com/senthxu-a11y/LTclaw1.0/tree/main/src/ltclaw_gy_x/agents/skills/browser_visible-en
Command: npx skills add https://github.com/senthxu-a11y/LTclaw1.0 --skill browser-visible-senthxu-a11y

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Managing browser startup modes and visibility is complex, especially when switching between local management and headless environments.

Core Features & Use Cases

  • Flexible Browser Launching: Start browsers in visible or private modes based on user needs.
  • Environment Compatibility: Support local Chrome/Chromium or Playwright-managed browsers.
  • Use Case: Automate website testing with visible browsers or perform headless scraping without CDP detection.

Quick Start

Use this skill to launch a browser window that is visible on your desktop for web automation tasks.

Frequently Asked Questions about browser_visible

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

FAQPage Schema
How do I launch a visible browser for Playwright automation?

To launch a visible browser for Playwright automation, configure the browser startup parameters to disable headless mode. This allows the browser window to appear on your desktop during web testing workflows.

Can I use local Chrome with Playwright instead of downloading a new browser?

Yes, you can use local Chrome with Playwright. The configuration supports locally installed Chrome or Chromium instances, allowing you to manage browser visibility and privacy settings without relying solely on Playwright's managed browsers.

How do I run headless browser automation without CDP detection?

To run headless browser automation without CDP detection, you adjust the browser launch parameters to optimize privacy settings. This configuration supports headless scraping tasks while minimizing detection fingerprints.

Do I need Chrome installed locally to switch browser launch modes?

You need Chrome or Chromium installed locally to switch browser launch modes effectively. Alternatively, you can rely on Playwright's automated browser management to handle the installation and mode switching.

Why does my headless browser launch as a visible window?

Your headless browser launches as a visible window because the startup parameters are configured for visible mode. Managing these browser launch settings is complex, requiring explicit configuration to toggle between visible and private environments.