FestinHegre/vendor/symfony/browser-kit
2024-09-26 17:26:04 +02:00
..
Exception Vendor 2024-09-26 17:26:04 +02:00
Test/Constraint Vendor 2024-09-26 17:26:04 +02:00
AbstractBrowser.php Vendor 2024-09-26 17:26:04 +02:00
CHANGELOG.md Vendor 2024-09-26 17:26:04 +02:00
composer.json Vendor 2024-09-26 17:26:04 +02:00
Cookie.php Vendor 2024-09-26 17:26:04 +02:00
CookieJar.php Vendor 2024-09-26 17:26:04 +02:00
History.php Vendor 2024-09-26 17:26:04 +02:00
HttpBrowser.php Vendor 2024-09-26 17:26:04 +02:00
LICENSE Vendor 2024-09-26 17:26:04 +02:00
README.md Vendor 2024-09-26 17:26:04 +02:00
Request.php Vendor 2024-09-26 17:26:04 +02:00
Response.php Vendor 2024-09-26 17:26:04 +02:00

BrowserKit Component

The BrowserKit component simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically.

The component comes with a concrete implementation that uses the HttpClient component to make real HTTP requests.

Resources