Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 625 Bytes

File metadata and controls

22 lines (17 loc) · 625 Bytes

CHANGELOG

[1.1.0] - 2025-12-23

Added

  • PDF generation support via Page::pdf()
  • Typed Options classes (e.g., ClickOptions, PdfOptions)
  • Frame, Locator and Selector implements Stringable

[1.0.0] - 2025-11-08

Added

  • Initial stable release of Playwright PHP
  • Cross-browser support (Chromium, Firefox, WebKit)
  • PHPUnit integration with fluent assertions
  • Auto-waiting locators and interactions
  • Screenshot and tracing capabilities
  • Storage state management

Changed

  • Marked package as stable (removed experimental warning)
  • Added PHPUnit 10+ requirement documentation for testing trait