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 66970b0 commit 6761ecfCopy full SHA for 6761ecf
components/dom_crawler.rst
@@ -441,7 +441,7 @@ directly::
441
$crawler = $client->request('GET', 'https://github.com/login');
442
443
// select the form and fill in some values
444
- $form = $crawler->selectButton('Log in')->form();
+ $form = $crawler->selectButton('Sign in')->form();
445
$form['login'] = 'symfonyfan';
446
$form['password'] = 'anypass';
447
0 commit comments