Download the PHP package playwright-php/playwright-mink without Composer
On this page you can find all versions of the php package playwright-php/playwright-mink. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download playwright-php/playwright-mink
More information about playwright-php/playwright-mink
Files in playwright-php/playwright-mink
Package playwright-mink
Short Description Mink driver powered by Playwright PHP (Chromium/Firefox/WebKit).
License MIT
Homepage https://playwright-php.dev/mink
Informations about the package playwright-mink




Playwright PHP - Mink Driver
A Mink driver powered by Playwright PHP.
[!IMPORTANT]
This package is experimental. Its API may still change before the upcoming1.0release.Curious or interested? Try it out, share your feedback, or ideas!
Features
- Run real browsers: Chromium, Firefox, WebKit (headless or not)
- Control the DOM: navigation, forms, cookies, JS, events
- Handle windows, iframes, uploads, screenshots, dialogs
Installation
Requirements
- PHP 8.2 or higher
- Playwright PHP
Install the driver
Usage
Testing
This driver is validated against the official minkphp/driver-testsuite.
Test Results: 212/218 tests passing (97.2%) with 491 assertions
Start the test server
Run tests
Known Limitations
6 tests are skipped due to known limitations:
- jQuery UI Drag & Drop (2 tests): jQuery UI uses mouse events API, Playwright uses HTML5 Drag & Drop API - these are incompatible
- Popup Window Tracking (4 tests): Async event timing with
window.open()requires improvements in Playwright PHP event handling
License
This package is released by the Playwright PHP project under the MIT License. See the LICENSE file for details.