C# Class OpenQA.Selenium.Firefox.Context

Provides the context of a Command or Response.
Afficher le fichier Open project: epall/selenium Class Usage Examples

Méthodes publiques

Méthode Description
Context ( ) : System

Initializes a new instance of the Context class.

Context ( string fromExtension ) : System

Initializes a new instance of the Context class given a response from the WebDriver extension.

ToString ( ) : string

Returns a String that represents the current Object.

Method Details

Context() public méthode

Initializes a new instance of the Context class.
public Context ( ) : System
Résultat System

Context() public méthode

Initializes a new instance of the Context class given a response from the WebDriver extension.
public Context ( string fromExtension ) : System
fromExtension string The value returned from the WebDriver Firefox extension.
Résultat System

ToString() public méthode

Returns a String that represents the current Object.
public ToString ( ) : string
Résultat string