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 a6e209a + 1bd5449 commit 9533da5Copy full SHA for 9533da5
example.php
@@ -32,10 +32,10 @@
32
$link->click();
33
34
// print the title of the current page
35
-echo "The title is " . $driver->getTitle() . "'\n";
+echo "The title is '" . $driver->getTitle() . "'\n";
36
37
// print the URI of the current page
38
-echo "The current URI is " . $driver->getCurrentURL() . "'\n";
+echo "The current URI is '" . $driver->getCurrentURL() . "'\n";
39
40
// Search 'php' in the search box
41
$input = $driver->findElement(
0 commit comments