Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
AbstractWebDriver.php
function AbstractWebDriver::getURL
Returns URL to Selenium server
Return value
string
File
vendor/
lullabot/
php-webdriver/
lib/
WebDriver/
AbstractWebDriver.php
, line 88
Class
AbstractWebDriver
Abstract
WebDriver\AbstractWebDriver
class
Namespace
WebDriver
Code
public
function
getURL
() {
return
$this
->
url
; }
RSS feed