🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@panerelay/playwright

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@panerelay/playwright - npm Package Compare versions

Comparing version
0.5.0
to
0.6.0
+3
-3
package.json
{
"name": "@panerelay/playwright",
"version": "0.5.0",
"description": "Panerelay CDP connection adapter for Playwright CLI.",
"version": "0.6.0",
"description": "Connect Playwright CLI to current-tab or all-supported-tabs authorization through Panerelay.",
"type": "module",

@@ -42,3 +42,3 @@ "license": "MIT",

"dependencies": {
"@panerelay/protocol": "0.5.0"
"@panerelay/protocol": "0.6.0"
},

@@ -45,0 +45,0 @@ "devDependencies": {

# `@panerelay/playwright`
Optional connection adapter for attaching the upstream Playwright CLI to explicitly authorized tabs in an existing Chrome or Microsoft Edge session through Panerelay. Chrome is the verified baseline; Edge remains `Forwarded` pending its complete command matrix.
Optional connection adapter for attaching the upstream Playwright CLI to an existing Chrome or Microsoft Edge session through Panerelay. Choose the current tab for focused work or all supported web tabs for cross-page workflows; active control remains separately visible and releasable. Chrome is the verified baseline; Edge remains `Forwarded` pending its complete command matrix.

@@ -25,5 +25,5 @@ ## Setup and use

The connection exposes only authorized existing Chromium tabs. Isolated BrowserContexts, browser launch options, proxy ownership, and whole-browser close are unsupported and fail explicitly.
The connection exposes the authorization scope selected in Panerelay: the current tab or all supported existing Chromium tabs. Isolated BrowserContexts, browser launch options, proxy ownership, and whole-browser close are unsupported and fail explicitly.
- [Playwright CLI 0.1.17 compatibility record](../../docs/compatibility/playwright-cli-0.1.17.md)
- [`@panerelay/setup` reference](../setup/README.md)