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 e5dbd49 commit 8a649a6Copy full SHA for 8a649a6
book/testing.rst
@@ -612,7 +612,8 @@ and pass it a ``Link`` object::
612
Forms
613
~~~~~
614
615
-Just like links, you select forms with the ``selectButton()`` method::
+Forms can be selected using their buttons, which can be selected with the
616
+``selectButton()`` method, just like links::
617
618
$buttonCrawlerNode = $crawler->selectButton('submit');
619
0 commit comments