0.1.7

microsoft/playwright-cli0.1.7Apr 12, 2026by yury-s

AI Summary

Fixes critical bugs related to snapshot resolution after navigation and the correct termination of daemon processes.

Key Highlights

  • Snapshot now correctly resolves element references after navigation.
  • `kill-all` command now correctly matches the current daemon process.

Full Release Notes

## What's Changed

### Fixes
- **snapshot**: resolve element refs correctly so snapshots taken after navigation no longer fail to look up references ([microsoft/playwright#40114](https://github.com/microsoft/playwright/pull/40114))
- **kill-all**: match the current `cliDaemon.js` process so `playwright-cli kill-all` actually terminates running daemons ([microsoft/playwright#40165](https://github.com/microsoft/playwright/issues/40165))