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

Breadcrumb

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

function LegacyWindow::methods

Overrides AbstractWebDriver::methods

File

vendor/lullabot/php-webdriver/lib/WebDriver/LegacyWindow.php, line 35

Class

LegacyWindow
WebDriver\LegacyWindow class

Namespace

WebDriver

Code

protected function methods() {
    return array(
        // Legacy JSON Wire Protocol
'maximize' => array(
            'POST',
        ),
        'position' => array(
            'GET',
            'POST',
        ),
        'size' => array(
            'GET',
            'POST',
        ),
    );
}
RSS feed
Powered by Drupal