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

Breadcrumb

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

function SauceRest::getTunnels

Get running tunnels for a given user: /rest/v1/:userId/tunnels (GET)

Return value

array

File

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

Class

SauceRest
WebDriver\SauceLabs\SauceRest class

Namespace

WebDriver\SauceLabs

Code

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