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

Breadcrumb

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

function SauceRest::getTunnel

Get full information for a tunnel: /rest/v1/:userId/tunnels/:tunnelId (GET)

Parameters

string $tunnelId:

Return value

array

File

vendor/lullabot/php-webdriver/lib/WebDriver/SauceLabs/SauceRest.php, line 304

Class

SauceRest
WebDriver\SauceLabs\SauceRest class

Namespace

WebDriver\SauceLabs

Code

public function getTunnel($tunnelId) {
    return $this->execute('GET', $this->userId . '/tunnels/' . $tunnelId);
}
RSS feed
Powered by Drupal