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 @@ -93,7 +93,7 @@ make AJAX requests::
93
93
Clicking Links
94
94
~~~~~~~~~~~~~~
95
95
96
- The ``Client `` object is capable of simulating link clicks. Pass the text
96
+ The ``AbstractBrowser `` is capable of simulating link clicks. Pass the text
97
97
content of the link and the client will perform the needed HTTP GET request to
98
98
simulate the link click::
99
99
@@ -116,7 +116,7 @@ provides access to the link properties (e.g. ``$link->getMethod()``,
116
116
Submitting Forms
117
117
~~~~~~~~~~~~~~~~
118
118
119
- The ``Client `` object is also capable of submitting forms. First, select the
119
+ The ``AbstractBrowser `` is also capable of submitting forms. First, select the
120
120
form using any of its buttons and then override any of its properties (method,
121
121
field values, etc.) before submitting it::
122
122
@@ -167,7 +167,7 @@ Cookies
167
167
Retrieving Cookies
168
168
~~~~~~~~~~~~~~~~~~
169
169
170
- The ``Client `` implementation exposes cookies (if any) through a
170
+ The ``AbstractBrowser `` implementation exposes cookies (if any) through a
171
171
:class: `Symfony\\ Component\\ BrowserKit\\ CookieJar `, which allows you to store and
172
172
retrieve any cookie while making requests with the client::
173
173
You can’t perform that action at this time.
0 commit comments