C# Class OpenQA.Selenium.Remote.SessionId

Provides a mechanism for maintaining a session for a test
Mostrar archivo Open project: asynchrony/Selenium2 Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool

Compares two Sessions

GetHashCode ( ) : int

Get the hashcode of the key

SessionId ( string opaqueKey )

Initializes a new instance of the SessionId class

ToString ( ) : string

Get the value of the key

Method Details

Equals() public method

Compares two Sessions
public Equals ( object obj ) : bool
obj object Session to compare
return bool

GetHashCode() public method

Get the hashcode of the key
public GetHashCode ( ) : int
return int

SessionId() public method

Initializes a new instance of the SessionId class
public SessionId ( string opaqueKey )
opaqueKey string Key for the session in use

ToString() public method

Get the value of the key
public ToString ( ) : string
return string