We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f3a687 + 4b6a78d commit efd7395Copy full SHA for efd7395
components/dom_crawler.rst
@@ -309,7 +309,7 @@ and uploading files::
309
// select an option
310
$form['registration[birthday][year]']->select(1984);
311
312
- // select many options from a "multiple" select or checkboxes
+ // select many options from a "multiple" select
313
$form['registration[interests]']->select(array('symfony', 'cookies'));
314
315
// even fake a file upload
0 commit comments