C# Class Selenium.Extensions.SauceLabsCredentials

Manage SauceLabs Credentials
Show file Open project: Jayman1305/Selenium.Extensions

Public Methods

Method Description
GetSauceLabsAccessToken ( ) : string

Gets the Sauce Labs access token.

GetSauceLabsUsername ( ) : string

Gets the Sauce Labs Username.

SetSauceLabsToken ( string token ) : void

Sets the Sauce Labs access token.

SetSauceLabsUsername ( string username ) : void

Sets the Sauce Labs Username.

Method Details

GetSauceLabsAccessToken() public static method

Gets the Sauce Labs access token.
public static GetSauceLabsAccessToken ( ) : string
return string

GetSauceLabsUsername() public static method

Gets the Sauce Labs Username.
public static GetSauceLabsUsername ( ) : string
return string

SetSauceLabsToken() public static method

Sets the Sauce Labs access token.
public static SetSauceLabsToken ( string token ) : void
token string The access token.
return void

SetSauceLabsUsername() public static method

Sets the Sauce Labs Username.
public static SetSauceLabsUsername ( string username ) : void
username string The username.
return void