Class represents a browser instance managed by the Manager. This object exposes all the browser specific information and methods to automate the underlying browser that this instance represents.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)

Syntax

C#
public class Browser : IAutomationHost, ISupportSearchHost
Visual Basic (Declaration)
Public Class Browser _
	Implements IAutomationHost, ISupportSearchHost
Visual C++
public ref class Browser : IAutomationHost, 
	ISupportSearchHost

Inheritance Hierarchy

System..::.Object
  ArtOfTest.WebAii.Core..::.Browser

See Also