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 9600c2e commit 2ef4edaCopy full SHA for 2ef4eda
README.md
@@ -109,7 +109,7 @@ $client = Client::createChromeClient();
109
$client = Client::createFirefoxClient();
110
111
$client->request('GET', 'https://api-platform.com'); // Yes, this website is 100% written in JavaScript
112
-$client->clickLink('Get started');
+$client->clickLink('Getting started');
113
114
// Wait for an element to be present in the DOM (even if hidden)
115
$crawler = $client->waitFor('#installing-the-framework');
0 commit comments