$ composer require playwright-php/playwright-behat
Playwright\Behat\Exception\ExpectationFailedException
Thrown by assertion steps when the page does not match the expectation.
Playwright\Behat\Context\Initializer\PlaywrightAwareInitializer
Playwright\Behat\Context\PlaywrightContext
Ready-made steps for the most common browser interactions.
Playwright\Behat\Exception\PlaywrightException
Playwright\Behat\ServiceContainer\PlaywrightExtension
Playwright\Behat\PlaywrightManager
Owns the Playwright client and browser for the whole Behat run and hands
Playwright\Behat\Context\RawPlaywrightContext
Base class for project contexts that drive the browser without inheriting
Playwright\Behat\EventListener\ScenarioListener
Closes the scenario page after each scenario (saving a screenshot first
Playwright\Behat\Context\PlaywrightAwareContext
A context that receives the shared PlaywrightManager before the run starts.