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

Breadcrumb

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

interface WebDriverInterface

WebDriverInterface interface

@package WebDriver

Hierarchy

  • interface \WebDriver\WebDriverInterface

Expanded class hierarchy of WebDriverInterface

All classes that implement WebDriverInterface

File

vendor/lullabot/php-webdriver/lib/WebDriver/WebDriverInterface.php, line 19

Namespace

WebDriver
View source
interface WebDriverInterface {
    
    /**
     * New Session: /session (POST)
     * Get session object for chaining
     *
     * @param string $browserName          Preferred browser
     * @param array  $desiredCapabilities  Optional desired capabilities
     * @param array  $requiredCapabilities Optional required capabilities
     *
     * @return \WebDriver\Session
     */
    public function session($browserName = Browser::FIREFOX, $desiredCapabilities = null, $requiredCapabilities = null);

}

Members

Title Sort descending Modifiers Object type Summary Overrides
WebDriverInterface::session public function New Session: /session (POST)
Get session object for chaining
1
RSS feed
Powered by Drupal