playwright-repl 0.13.0 → 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,7 +53,7 @@ playwright-repl --bridge --replay examples/ # replay all .pw files
53
53
  playwright-repl --bridge --bridge-port 9877 # custom port (default 9876)
54
54
  ```
55
55
 
56
- The extension connects automatically when the side panel is opened. Once connected, all commands run against the active tab in your real browser.
56
+ The extension connects automatically no need to open the side panel. Once connected, all commands run against the active tab in your real browser.
57
57
 
58
58
  > Requires the playwright-repl Chrome extension — see [packages/extension/README.md](../extension/README.md) for setup.
59
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playwright-repl",
3
- "version": "0.13.0",
3
+ "version": "0.15.0",
4
4
  "description": "Interactive REPL for Playwright browser automation — keyword-driven testing from your terminal",
5
5
  "type": "module",
6
6
  "bin": {