C# Class OpenQA.Selenium.Remote.SessionId

Provides a mechanism for maintaining a session for a test
Afficher le fichier Open project: asynchrony/Selenium2 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Compares two Sessions
public Equals ( object obj ) : bool
obj object Session to compare
Résultat bool

GetHashCode() public méthode

Get the hashcode of the key
public GetHashCode ( ) : int
Résultat int

SessionId() public méthode

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

ToString() public méthode

Get the value of the key
public ToString ( ) : string
Résultat string