Releases: playwright-php/playwright
Releases · playwright-php/playwright
v1.2.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- Add support for
PLAYWRIGHT_BROWSERS_PATHby @smnandre in #71 - Add documentation for connecting to external browsers by @smnandre in #70
- Fix
$page->waitForLoadState()handling by @stloyd in #65 - Adjust required PHPUnit requirements and CI setup by @stloyd in #68
- Simplify
ScreenshotHelper::slugifyUrl()by @stloyd in #69 - Cookie expire date can be integer or float by @stloyd in #67
New Contributors
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- Add support for PDF generation by @smnandre in #54
- Implement Stringable in Frame, FrameLocator, Locator, and SelectorChain by @smnandre in #55
- Decouple Excpect from PHPUnit / maintain compatibility by @smnandre in #57
- Add Options classes (Page, Locator, Selector, Tracing, Websocket, ...) by @smnandre in #56
- [CI] Add PHP 8.5 to matrix by @smnandre in #58
- Fix Clock implementation by @smnandre in #59
Full Changelog: v1.0.0...v1.1.0