C# Class CUITe.Browsers.Browser

Web browser
Inheritance: IBrowser
Afficher le fichier Open project: icnocop/cuite

Méthodes publiques

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

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

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.