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::
9999Clicking Links
100100~~~~~~~~~~~~~~
101101
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
103103content of the link and the client will perform the needed HTTP GET request to
104104simulate the link click::
105105
@@ -122,7 +122,7 @@ provides access to the link properties (e.g. ``$link->getMethod()``,
122122Submitting Forms
123123~~~~~~~~~~~~~~~~
124124
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
126126form using any of its buttons and then override any of its properties (method,
127127field values, etc.) before submitting it::
128128
@@ -173,7 +173,7 @@ Cookies
173173Retrieving Cookies
174174~~~~~~~~~~~~~~~~~~
175175
176- The ``Client `` implementation exposes cookies (if any) through a
176+ The ``AbstractBrowser `` implementation exposes cookies (if any) through a
177177:class: `Symfony\\ Component\\ BrowserKit\\ CookieJar `, which allows you to store and
178178retrieve any cookie while making requests with the client::
179179
You can’t perform that action at this time.
0 commit comments