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

Breadcrumb

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

function LegacyWindow::close

Close window: /session/:sessionId/window (DELETE)

Return value

mixed

File

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

Class

LegacyWindow
WebDriver\LegacyWindow class

Namespace

WebDriver

Code

public function close() {
    $result = $this->curl('DELETE', '');
    return $result['value'];
}
RSS feed
Powered by Drupal