C# Class Headless.UnitTests.TextPageWrapper

The TextPageWrapper class is used for internal testing.
Inheritance: TextPage
显示文件 Open project: roryprimrose/Headless Class Usage Examples

Public Methods

Method Description
TextPageWrapper ( ) : System

Initializes a new instance of the TextPageWrapper class.

TextPageWrapper ( Uri targetLocation ) : System

Initializes a new instance of the TextPageWrapper class.

Method Details

TextPageWrapper() public method

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

TextPageWrapper() public method

Initializes a new instance of the TextPageWrapper class.
public TextPageWrapper ( Uri targetLocation ) : System
targetLocation System.Uri /// The target location. ///
return System