- Consolidated browser installations to a shared folder and introduced page.waitForTimeout API (feature).
- Breaking change: page.waitFor removed; use page.waitForSelector, page.waitForFunction, page.waitForTimeout and the mutation polling option is dropped (breaking).
- Multiple bug fixes and documentation improvements, including attribute selector support, shadow‑DOM piercing for page.$/$$, and clearer docs for wait functions (bugfix, docs).