@panerelay/playwright
Advanced tools
+3
-3
| { | ||
| "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": { |
+2
-2
| # `@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) |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
17671
1.28%+ Added
- Removed
Updated