playwright-repl 0.14.0 → 0.15.1
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.
- package/README.md +1 -1
- 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
|
|
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
|
|