expatbase/var/www/html/flarum/vendor/symfony/browser-kit
2025-08-29 00:22:05 +09:00
..
Exception Upload 2025-08-29 00:22:05 +09:00
Test/Constraint Upload 2025-08-29 00:22:05 +09:00
AbstractBrowser.php Upload 2025-08-29 00:22:05 +09:00
CHANGELOG.md Upload 2025-08-29 00:22:05 +09:00
composer.json Upload 2025-08-29 00:22:05 +09:00
Cookie.php Upload 2025-08-29 00:22:05 +09:00
CookieJar.php Upload 2025-08-29 00:22:05 +09:00
History.php Upload 2025-08-29 00:22:05 +09:00
HttpBrowser.php Upload 2025-08-29 00:22:05 +09:00
LICENSE Upload 2025-08-29 00:22:05 +09:00
README.md Upload 2025-08-29 00:22:05 +09:00
Request.php Upload 2025-08-29 00:22:05 +09:00
Response.php Upload 2025-08-29 00:22:05 +09: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