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.
1 parent fce7657 commit cdf1a5bCopy full SHA for cdf1a5b
components/dom_crawler.rst
@@ -341,7 +341,7 @@ form that the button lives in::
341
// button example: <button id="my-super-button" type="submit">My super button</button>
342
343
// you can get button my it's name
344
- $form = $crawler->selectButton('My awesome button!')->form();
+ $form = $crawler->selectButton('My super button')->form();
345
346
// or by by button id (#my-super-button) if button don't have name
347
$form = $crawler->selectButton('my-super-button')->form();
0 commit comments