PHP Class DataSift\Storyplayer\DeviceLib\SauceLabsWebDriverAdapter

Inheritance: extends BaseAdapter, implements DataSift\Storyplayer\DeviceLib\DeviceAdapter
Datei anzeigen Open project: datasift/storyplayer

Public Methods

Method Description
applyHttpBasicAuthForHost ( string $hostname, string $url ) : string
start ( StoryTeller $st ) : void
stop ( ) : void

Method Details

applyHttpBasicAuthForHost() public method

public applyHttpBasicAuthForHost ( string $hostname, string $url ) : string
$hostname string
$url string
return string

start() public method

public start ( StoryTeller $st ) : void
$st DataSift\Storyplayer\PlayerLib\StoryTeller
return void

stop() public method

public stop ( ) : void
return void