WebDriver\SauceLabs\SauceRest::getTunnel PHP 메소드

getTunnel() 공개 메소드

Get full information for a tunnel: /rest/v1/:userId/tunnels/:tunnelId (GET)
public getTunnel ( string $tunnelId ) : array
$tunnelId string
리턴 array
    public function getTunnel($tunnelId)
    {
        return $this->execute('GET', $this->userId . '/tunnels/' . $tunnelId);
    }