C# Class OpenQA.Selenium.Firefox.Context

Provides the context of a Command or Response.
Show file Open project: epall/selenium Class Usage Examples

Public Methods

Method 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 method

Initializes a new instance of the Context class.
public Context ( ) : System
return System

Context() public method

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.
return System

ToString() public method

Returns a String that represents the current Object.
public ToString ( ) : string
return string