FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I Put Playwright Inside a Chrome Side Panel — Console, Recorder, and Debugger Included
How-ToWeb Development

I Put Playwright Inside a Chrome Side Panel — Console, Recorder, and Debugger Included

via Dev.to WebdevSteve Zhang2h ago

When I started building Dramaturg , I just wanted a quick way to run Playwright commands without setting up a Node.js project. Type click "Submit" , see it happen. Simple. But then I kept going. And going. And now it has a full JS debugger — breakpoints, step-through, scope inspection — all running inside a Chrome side panel. What is Dramaturg? It's a Chrome extension that gives you a Playwright-powered REPL directly in your browser. No backend server, no IDE, no npx playwright test . Just open the side panel and start automating. It has two input modes: Keyword mode ( .pw ) — human-friendly commands: goto https://demo.playwright.dev/todomvc fill "What needs to be done?" "Buy groceries" press Enter verify-text "1 item left" JavaScript mode — full Playwright API: await page . goto ( ' https://example.com ' ); const title = await page . title (); console . log ( title ); await expect ( page . locator ( ' h1 ' )). toBeVisible (); Both modes run against your real browser session — cookies,

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
0 views

Related Articles

How to Write a Stellar Readme For Open Source Projects (2026 ver.)
How-To

How to Write a Stellar Readme For Open Source Projects (2026 ver.)

Medium Programming • 57m ago

5 Things I Learned After 3 Years as a Software Engineer
How-To

5 Things I Learned After 3 Years as a Software Engineer

Medium Programming • 2h ago

I Thought Learning to Code Would Change My Life. I Was Right — But Not in the Way I Expected
How-To

I Thought Learning to Code Would Change My Life. I Was Right — But Not in the Way I Expected

Medium Programming • 4h ago

How-To

Why Programming Paradigms Matter in Modern Software Development?

Medium Programming • 4h ago

How to clear your Roku TV cache (and why it's critical to do so)
How-To

How to clear your Roku TV cache (and why it's critical to do so)

ZDNet • 5h ago

Discover More Articles