Dramaturg

Playwright engineer's companion — console, editor, runner, debugger, and recorder in a Chrome side panel.

As of June 2026, Dramaturg has 44 users and a 5.00/5 rating from 1 reviews in the Developer Tools category.

Usersup 266.7 percent+266.7%
44
44
Ratingno change0%
5.00
1 reviews
Reviewsno change0%
1
Version
0.27.4
Manifest V3
90-day change · In the last 90 days this extension 5 version updates, changed permissions.

History

11 snapshots

Tracking since Apr 5, 2026.

48.72299.280000000000001Apr 5, 2026Jun 14, 2026
View as table
DateUsersRatingReviewsVersion
Apr 5, 2026120.20.0
Apr 18, 2026150.21.5
Apr 23, 2026250.25.0
Apr 30, 2026250.26.1
May 7, 2026210.26.1
May 11, 2026220.26.1
May 17, 2026265.0010.27.0
May 24, 2026315.0010.27.0
May 30, 2026315.0010.27.4
Jun 5, 2026365.0010.27.4
Jun 14, 2026465.0010.27.4
Now445.0010.27.4

Changelog

  • May 24, 2026
    permissions
    activeTab, tabs, sidePanel, debugger, storage, windows, alarms, scripting, tabCapture, webNavigation, downloads
    activeTab, tabs, sidePanel, debugger, storage, windows, scripting, tabCapture, webNavigation, downloads, offscreen
  • May 11, 2026
    description
    Dramaturg — Playwright Engineer's Companion
    
    Console, editor, runner, debugger, and recorder for Playwright — all in a Chrome side panel. No Node.js backend, no external server. Open the panel and start automating.
    
    Console — two modes, one input
    
    .pw keywords: goto, click, fill, snapshot, verify-text, ...
    JavaScript: Playwright API, DOM access, expect() assertions — auto-detected
    Results render as expandable CDP object trees, just like Chrome DevTools.
    
    Editor
    
    Write and run multi-line .pw or JavaScript (Playwright API, DOM) scripts
    Playwright API and .pw keyword autocompletion with ghost-text suggestions
    Syntax highlighting, auto-closing brackets, pass/fail gutter markers
    Load and save .pw / .js files
    
    JS Debugger
    
    Set breakpoints by clicking the editor gutter
    Step Over, Step Into, Step Out, and Continue
    Inline variable values displayed on the paused line
    Variables tab — inspect Local, Block, Closure, and Script scope variables
    Expandable object tree for complex values
    Floating debug toolbar during debug sessions
    
    Recorder
    
    Capture clicks, hovers, fills, and navigations live
    Generates .pw commands or JS Playwright code
    Ancestor context disambiguation for ambiguous elements (e.g. click "Save" --in "Settings")
    Pick elements with hover highlight and locator tooltip
    Contextual assertions (verify-text, verify-visible)
    Inserted into the editor in real time
    
    Features
    
    Expandable accessibility tree for snapshot output
    Categorized help command — help click for per-command help, help js for Playwright API reference
    Auto-attach to the active tab
    Tab switcher — switch targets from the toolbar
    Screenshot preview with click-to-expand lightbox
    Language mode preference (.pw or JS) in Options
    Light / dark mode
    Side panel or popup window (configurable in Options)
    DevTools tab — "Playwright" tab in Chrome DevTools with the same console
    Connects to CLI (playwright-repl --bridge) and MCP server for AI-driven automation
    
    Use cases
    
    Interactively test page interactions without writing scripts
    Record user flows and replay them
    Debug JavaScript with breakpoints and variable inspection
    Debug element targeting with accessibility snapshots
    Let AI agents control your real browser session via MCP
    Type help in the console to see all commands. help click for per-command help.
    
    Open source: https://github.com/stevez/playwright-repl
    Dramaturg — Playwright Engineer's Companion
    
    Console, editor, runner, debugger, and recorder for Playwright — all in a Chrome side panel. No Node.js backend, no external server. Open the panel and start automating.
    
    Console — two modes, one input
    
    .pw keywords: goto, click, fill, snapshot, verify-text, ...
    JavaScript: Playwright API, DOM access, expect() assertions — auto-detected
    Results render as expandable CDP object trees, just like Chrome DevTools.
    
    Editor
    
    Write and run multi-line .pw or JavaScript (Playwright API, DOM) scripts
    Playwright API and .pw keyword autocompletion with ghost-text suggestions
    Syntax highlighting, auto-closing brackets, pass/fail gutter markers
    Load and save .pw / .js files
    
    JS Debugger
    
    Set breakpoints by clicking the editor gutter
    Step Over, Step Into, Step Out, and Continue
    Inline variable values displayed on the paused line
    Variables tab — inspect Local, Block, Closure, and Script scope variables
    Expandable object tree for complex values
    Floating debug toolbar during debug sessions
    
    Recorder
    
    Capture clicks, hovers, fills, and navigations live
    Generates .pw commands or JS Playwright code
    Ancestor context disambiguation for ambiguous elements (e.g. click "Save" --in "Settings")
    Pick elements with hover highlight and locator tooltip
    Contextual assertions (verify-text, verify-visible)
    Inserted into the editor in real time
    
    Features
    
    Expandable accessibility tree for snapshot output
    Categorized help command — help click for per-command help, help js for Playwright API reference
    Auto-attach to the active tab
    Tab switcher — switch targets from the toolbar
    Screenshot preview with click-to-expand lightbox
    Language mode preference (.pw or JS) in Options
    Light / dark mode
    Side panel or popup window (configurable in Options)
    DevTools tab — "Playwright" tab in Chrome DevTools with the same console
    Connects to CLI (playwright-repl) and MCP server for AI-driven automation
    
    Use cases
    
    Interactively test page interactions without writing scripts
    Record user flows and replay them
    Debug JavaScript with breakpoints and variable inspection
    Debug element targeting with accessibility snapshots
    Let AI agents control your real browser session via MCP
    Type help in the console to see all commands. help click for per-command help.
    
    Open source: https://github.com/stevez/playwright-repl
  • May 11, 2026
    permissions
    activeTab, tabs, sidePanel, debugger, storage, windows, alarms, offscreen, scripting, tabCapture, downloads
    activeTab, tabs, sidePanel, debugger, storage, windows, alarms, scripting, tabCapture, webNavigation, downloads
  • Apr 18, 2026
    description
    Dramaturg — Playwright Engineer's Companion
    
    Console, editor, runner, debugger, and recorder for Playwright — all in a Chrome side panel. No Node.js backend, no external server. Open the panel and start automating.
    
    Console — two modes, one input
    
    .pw keywords: goto, click, fill, snapshot, verify-text, ...
    JavaScript: Playwright API, DOM access, expect() assertions — auto-detected
    Results render as expandable CDP object trees, just like Chrome DevTools.
    
    Editor
    
    Write and run multi-line .pw or JavaScript (Playwright API, DOM) scripts
    Playwright API and .pw keyword autocompletion with ghost-text suggestions
    Syntax highlighting, auto-closing brackets, pass/fail gutter markers
    Load and save .pw / .js files
    
    JS Debugger
    
    Set breakpoints by clicking the editor gutter
    Step Over, Step Into, Step Out, and Continue
    Inline variable values displayed on the paused line
    Variables tab — inspect Local, Block, Closure, and Script scope variables
    Expandable object tree for complex values
    Floating debug toolbar during debug sessions
    
    Recorder
    
    Capture clicks, hovers, fills, and navigations live
    Generates .pw commands or JS Playwright code
    Ancestor context disambiguation for ambiguous elements (e.g. click "Save" --in "Settings")
    Pick elements with hover highlight and locator tooltip
    Contextual assertions (verify-text, verify-visible)
    Inserted into the editor in real time
    
    Features
    
    Expandable accessibility tree for snapshot output
    Categorized help command — help click for per-command help, help js for Playwright API reference
    Auto-attach to the active tab
    Tab switcher — switch targets from the toolbar
    Screenshot preview with click-to-expand lightbox
    Language mode preference (.pw or JS) in Options
    Light / dark mode
    Side panel or popup window (configurable in Options)
    Connects to CLI (playwright-repl --bridge) and MCP server for AI-driven automation
    
    Use cases
    
    Interactively test page interactions without writing scripts
    Record user flows and replay them
    Debug JavaScript with breakpoints and variable inspection
    Debug element targeting with accessibility snapshots
    Let AI agents control your real browser session via MCP
    Type help in the console to see all commands. help click for per-command help.
    
    Open source: https://github.com/stevez/playwright-repl
    Dramaturg — Playwright Engineer's Companion
    
    Console, editor, runner, debugger, and recorder for Playwright — all in a Chrome side panel. No Node.js backend, no external server. Open the panel and start automating.
    
    Console — two modes, one input
    
    .pw keywords: goto, click, fill, snapshot, verify-text, ...
    JavaScript: Playwright API, DOM access, expect() assertions — auto-detected
    Results render as expandable CDP object trees, just like Chrome DevTools.
    
    Editor
    
    Write and run multi-line .pw or JavaScript (Playwright API, DOM) scripts
    Playwright API and .pw keyword autocompletion with ghost-text suggestions
    Syntax highlighting, auto-closing brackets, pass/fail gutter markers
    Load and save .pw / .js files
    
    JS Debugger
    
    Set breakpoints by clicking the editor gutter
    Step Over, Step Into, Step Out, and Continue
    Inline variable values displayed on the paused line
    Variables tab — inspect Local, Block, Closure, and Script scope variables
    Expandable object tree for complex values
    Floating debug toolbar during debug sessions
    
    Recorder
    
    Capture clicks, hovers, fills, and navigations live
    Generates .pw commands or JS Playwright code
    Ancestor context disambiguation for ambiguous elements (e.g. click "Save" --in "Settings")
    Pick elements with hover highlight and locator tooltip
    Contextual assertions (verify-text, verify-visible)
    Inserted into the editor in real time
    
    Features
    
    Expandable accessibility tree for snapshot output
    Categorized help command — help click for per-command help, help js for Playwright API reference
    Auto-attach to the active tab
    Tab switcher — switch targets from the toolbar
    Screenshot preview with click-to-expand lightbox
    Language mode preference (.pw or JS) in Options
    Light / dark mode
    Side panel or popup window (configurable in Options)
    DevTools tab — "Playwright" tab in Chrome DevTools with the same console
    Connects to CLI (playwright-repl --bridge) and MCP server for AI-driven automation
    
    Use cases
    
    Interactively test page interactions without writing scripts
    Record user flows and replay them
    Debug JavaScript with breakpoints and variable inspection
    Debug element targeting with accessibility snapshots
    Let AI agents control your real browser session via MCP
    Type help in the console to see all commands. help click for per-command help.
    
    Open source: https://github.com/stevez/playwright-repl
  • Apr 18, 2026
    permissions
    activeTab, tabs, sidePanel, debugger, storage, windows, offscreen, scripting
    activeTab, tabs, sidePanel, debugger, storage, windows, alarms, offscreen, scripting, tabCapture, downloads

Permissions & access

Permissions
activeTabtabssidePaneldebuggerstoragewindowsscriptingtabCapturewebNavigationdownloadsoffscreen
Host access
<all_urls>

Screenshots

Dramaturg screenshot 1Dramaturg screenshot 2Dramaturg screenshot 3Dramaturg screenshot 4Dramaturg screenshot 5

About

Dramaturg — Playwright Engineer's Companion

Console, editor, runner, debugger, and recorder for Playwright — all in a Chrome side panel. No Node.js backend, no external server. Open the panel and start automating.

Console — two modes, one input

.pw keywords: goto, click, fill, snapshot, verify-text, ...
JavaScript: Playwright API, DOM access, expect() assertions — auto-detected
Results render as expandable CDP object trees, just like Chrome DevTools.

Editor

Write and run multi-line .pw or JavaScript (Playwright API, DOM) scripts
Playwright API and .pw keyword autocompletion with ghost-text suggestions
Syntax highlighting, auto-closing brackets, pass/fail gutter markers
Load and save .pw / .js files

JS Debugger

Set breakpoints by clicking the editor gutter
Step Over, Step Into, Step Out, and Continue
Inline variable values displayed on the paused line
Variables tab — inspect Local, Block, Closure, and Script scope variables
Expandable object tree for complex values
Floating debug toolbar during debug sessions

Recorder

Capture clicks, hovers, fills, and navigations live
Generates .pw commands or JS Playwright code
Ancestor context disambiguation for ambiguous elements (e.g. click "Save" --in "Settings")
Pick elements with hover highlight and locator tooltip
Contextual assertions (verify-text, verify-visible)
Inserted into the editor in real time

Features

Expandable accessibility tree for snapshot output
Categorized help command — help click for per-command help, help js for Playwright API reference
Auto-attach to the active tab
Tab switcher — switch targets from the toolbar
Screenshot preview with click-to-expand lightbox
Language mode preference (.pw or JS) in Options
Light / dark mode
Side panel or popup window (configurable in Options)
DevTools tab — "Playwright" tab in Chrome DevTools with the same console
Connects to CLI (playwright-repl) and MCP server for AI-driven automation

Use cases

Interactively test page interactions without writing scripts
Record user flows and replay them
Debug JavaScript with breakpoints and variable inspection
Debug element targeting with accessibility snapshots
Let AI agents control your real browser session via MCP
Type help in the console to see all commands. help click for per-command help.

Open source: https://github.com/stevez/playwright-repl

Technical

Version
0.27.4
Manifest
V3
Size
1.61MiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
ppbkmncnmjkfppilnmplpokdfagobipa
Developer ID
u92e121fccaa748bcca246a9b99a8f440
Developer Email
[email protected]
Created
Feb 17, 2026
Last Updated (Store)
May 19, 2026
Last Scraped
Jun 14, 2026
Website

Similar extensions

Alternatives to Dramaturg, ranked by description similarity.

Data sourced from the Chrome Web Store · last verified Jun 14, 2026.