8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3640b2a commit 93d7258Copy full SHA for 93d7258
components/browser_kit/index.rst
@@ -0,0 +1,7 @@
1
+Browser Kit
2
+====
3
+
4
+.. toctree::
5
+ :maxdepth: 2
6
7
+ introduction
components/browser_kit/introduction.rst
@@ -0,0 +1,18 @@
+.. index::
+ single: Yaml
+ single: Components; Yaml
+The Browser Kit Component
+=========================
8
+ The Browser Kit component simulates the behavior of a web browser.
9
10
+The Browser Kit component allows you to make web request, click on links and submit forms.
11
12
+Installation
13
+------------
14
15
+You can install the component in 2 different ways:
16
17
+* :doc:`Install it via Composer </components/using_components>` (``symfony/browser-kit`` on `Packagist`_);
18
+* Use the official Git repository (https://github.com/symfony/BrowserKit).
0 commit comments