File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -212,13 +212,8 @@ and :phpclass:`DOMNode` objects:
212
212
$html .= $domElement->ownerDocument->saveHTML($domElement);
213
213
}
214
214
215
- Form and Link support
216
- ~~~~~~~~~~~~~~~~~~~~~
217
-
218
- Special treatment is given to links and forms inside the DOM tree.
219
-
220
215
Links
221
- .....
216
+ ~~~~~
222
217
223
218
To find a link by name (or a clickable image by its ``alt `` attribute), use
224
219
the ``selectLink `` method on an existing crawler. This returns a Crawler
@@ -246,7 +241,7 @@ methods to get more information about the selected link itself::
246
241
URI that you can act on.
247
242
248
243
Forms
249
- .....
244
+ ~~~~~
250
245
251
246
Special treatment is also given to forms. A ``selectButton() `` method is
252
247
available on the Crawler which returns another Crawler that matches a button
You can’t perform that action at this time.
0 commit comments