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 166886a + fc6b5d4 commit b6679c5Copy full SHA for b6679c5
lib/WebDriver/Session.php
@@ -29,7 +29,7 @@
29
*
30
* @method string window_handle() Retrieve the current window handle.
31
* @method array window_handles() Retrieve the list of all window handles available to the session.
32
- * @method string getUrl() Retrieve the URL of the current page
+ * @method string url() Retrieve the URL of the current page
33
* @method void postUrl($jsonUrl) Navigate to a new URL
34
* @method void forward() Navigates forward in the browser history, if possible.
35
* @method void back() Navigates backward in the browser history, if possible.
0 commit comments