C# Class CUITe.Browsers.Browser

Web browser
Inheritance: IBrowser
Show file Open project: icnocop/cuite

Public Methods

Method Description
Browser ( string name, string windowClassName )

Initializes a new instance of the Browser class.

Browser ( string name, string processName, string windowClassName, string dialogClassName = null )

Initializes a new instance of the Browser class.

Method Details

Browser() public method

Initializes a new instance of the Browser class.
public Browser ( string name, string windowClassName )
name string The name.
windowClassName string Name of the window class.

Browser() public method

Initializes a new instance of the Browser class.
public Browser ( string name, string processName, string windowClassName, string dialogClassName = null )
name string The name.
processName string Name of the process.
windowClassName string Name of the window class.
dialogClassName string Name of the dialog class.