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

Breadcrumb

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

function SauceRest::__construct

Constructor

Parameters

string $userId Your Sauce user name:

string $accessKey Your Sauce API key:

File

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

Class

SauceRest
WebDriver\SauceLabs\SauceRest class

Namespace

WebDriver\SauceLabs

Code

public function __construct($userId, $accessKey) {
    $this->userId = $userId;
    $this->accessKey = $accessKey;
    $this->curlService = null;
}
RSS feed
Powered by Drupal