File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ make AJAX requests::
99
99
Clicking Links
100
100
~~~~~~~~~~~~~~
101
101
102
- The ``Client `` object is capable of simulating link clicks. Pass the text
102
+ The ``AbstractBrowser `` is capable of simulating link clicks. Pass the text
103
103
content of the link and the client will perform the needed HTTP GET request to
104
104
simulate the link click::
105
105
@@ -122,7 +122,7 @@ provides access to the link properties (e.g. ``$link->getMethod()``,
122
122
Submitting Forms
123
123
~~~~~~~~~~~~~~~~
124
124
125
- The ``Client `` object is also capable of submitting forms. First, select the
125
+ The ``AbstractBrowser `` is also capable of submitting forms. First, select the
126
126
form using any of its buttons and then override any of its properties (method,
127
127
field values, etc.) before submitting it::
128
128
@@ -173,7 +173,7 @@ Cookies
173
173
Retrieving Cookies
174
174
~~~~~~~~~~~~~~~~~~
175
175
176
- The ``Client `` implementation exposes cookies (if any) through a
176
+ The ``AbstractBrowser `` implementation exposes cookies (if any) through a
177
177
:class: `Symfony\\ Component\\ BrowserKit\\ CookieJar `, which allows you to store and
178
178
retrieve any cookie while making requests with the client::
179
179
You can’t perform that action at this time.
0 commit comments