playwright-php/playwright
Playwright PHP library for browser automation: navigation, E2E tests, assertions, screenshots, and so much more!
3 Releases
Latest: 4mo ago
v1.2.0Latest
📋 What's Changed
- Add support for `PLAYWRIGHT_BROWSERS_PATH` by @smnandre in https://github.com/playwright-php/playwright/pull/71
- Add documentation for connecting to external browsers by @smnandre in https://github.com/playwright-php/playwright/pull/70
- Fix `$page->waitForLoadState()` handling by @stloyd in https://github.com/playwright-php/playwright/pull/65
- Adjust required PHPUnit requirements and CI setup by @stloyd in https://github.com/playwright-php/playwright/pull/68
- Simplify `ScreenshotHelper::slugifyUrl()` by @stloyd in https://github.com/playwright-php/playwright/pull/69
- Cookie expire date can be integer or float by @stloyd in https://github.com/playwright-php/playwright/pull/67
✨ New Contributors
- @stloyd made their first contribution in https://github.com/playwright-php/playwright/pull/65
- Full Changelog: https://github.com/playwright-php/playwright/compare/v1.1.0...v1.1.1
v1.1.0
📋 What's Changed
- Add support for PDF generation by @smnandre in https://github.com/playwright-php/playwright/pull/54
- Implement Stringable in Frame, FrameLocator, Locator, and SelectorChain by @smnandre in https://github.com/playwright-php/playwright/pull/55
- Decouple Excpect from PHPUnit / maintain compatibility by @smnandre in https://github.com/playwright-php/playwright/pull/57
- Add Options classes (Page, Locator, Selector, Tracing, Websocket, ...) by @smnandre in https://github.com/playwright-php/playwright/pull/56
- [CI] Add PHP 8.5 to matrix by @smnandre in https://github.com/playwright-php/playwright/pull/58
- Fix Clock implementation by @smnandre in https://github.com/playwright-php/playwright/pull/59
- Full Changelog: https://github.com/playwright-php/playwright/compare/v1.0.0...v1.1.0
v1.0.0
Public release
