fix: scope CDP tab sessions and simplify recording sessionId routing

This commit is contained in:
Tommy D. Rossi
2026-02-25 16:52:41 +01:00
parent 40f9c54f74
commit 95ff2a797d
10 changed files with 74 additions and 53 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.0.72
### Bug Fixes
- **Use runtime-scoped root CDP tab session IDs**: Root tab sessions now use `pw-tab-<scope>-<n>` instead of `pw-tab-<n>`, where scope is a random value generated once per extension runtime. This prevents session ID collisions across multiple connected Chrome profiles.
## 0.0.71
### Bug Fixes