Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. AbstractWebDriver.php

function AbstractWebDriver::__construct

Constructor

Parameters

string $url URL to Selenium server:

6 calls to AbstractWebDriver::__construct()
Container::__construct in vendor/lullabot/php-webdriver/lib/WebDriver/Container.php
Constructor
Container::__construct in vendor/lullabot/php-webdriver/lib/WebDriver/Container.php
Constructor
LegacyWindow::__construct in vendor/lullabot/php-webdriver/lib/WebDriver/LegacyWindow.php
Constructor
LegacyWindow::__construct in vendor/lullabot/php-webdriver/lib/WebDriver/LegacyWindow.php
Constructor
Window::__construct in vendor/lullabot/php-webdriver/lib/WebDriver/Window.php
Constructor

... See full list

3 methods override AbstractWebDriver::__construct()
Container::__construct in vendor/lullabot/php-webdriver/lib/WebDriver/Container.php
Constructor
LegacyWindow::__construct in vendor/lullabot/php-webdriver/lib/WebDriver/LegacyWindow.php
Constructor
Window::__construct in vendor/lullabot/php-webdriver/lib/WebDriver/Window.php
Constructor

File

vendor/lullabot/php-webdriver/lib/WebDriver/AbstractWebDriver.php, line 66

Class

AbstractWebDriver
Abstract WebDriver\AbstractWebDriver class

Namespace

WebDriver

Code

public function __construct($url = 'http://localhost:4444/') {
    $this->url = $url;
    $this->transientOptions = array();
    $this->curlService = ServiceFactory::getInstance()->getService('service.curl');
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal