Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@
`Page::pause()`, `Response::headerValue()`. They will move to real interface
declarations in the next major.

## [1.2.0] - 2026-02-25

### Added
- `PLAYWRIGHT_BROWSERS_PATH` is read by `PlaywrightConfigBuilder::fromEnv()` and
forwarded to the Node.js server, so a shared browser installation can be
reused instead of a per-project one (#71)

### Fixed
- `Page::waitForLoadState()` no longer fails with `Unknown action`: the action
was never registered in the Node bridge (#65)
- Cookie expiry accepts an integer or a float timestamp (#67)

## [1.1.0] - 2025-12-23

### Added
Expand Down
Loading