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::
9393Clicking Links
9494~~~~~~~~~~~~~~
9595
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
9797content of the link and the client will perform the needed HTTP GET request to
9898simulate the link click::
9999
@@ -116,7 +116,7 @@ provides access to the link properties (e.g. ``$link->getMethod()``,
116116Submitting Forms
117117~~~~~~~~~~~~~~~~
118118
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
120120form using any of its buttons and then override any of its properties (method,
121121field values, etc.) before submitting it::
122122
@@ -167,7 +167,7 @@ Cookies
167167Retrieving Cookies
168168~~~~~~~~~~~~~~~~~~
169169
170- The ``Client `` implementation exposes cookies (if any) through a
170+ The ``AbstractBrowser `` implementation exposes cookies (if any) through a
171171:class: `Symfony\\ Component\\ BrowserKit\\ CookieJar `, which allows you to store and
172172retrieve any cookie while making requests with the client::
173173
You can’t perform that action at this time.
0 commit comments