BrowserFactory Class
A class for creating an IBrowser instance.

C# Syntax

public static class BrowserFactory 
Example
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Web.BrowserFactory

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)AttachReturns a new IBrowser instance that is attached to a browser tab that was not opened by UFT Developer (for example, a browser tab that was opened manually or by the AUT).  
Public Methodstatic (Shared in Visual Basic)GetAllOpenBrowsersReturns a collection of all open IBrowser that matches the BrowserDescription.  
Public Methodstatic (Shared in Visual Basic)LaunchOverloaded. Launches a new browser tab returning an instance of IBrowser for the launched browser.  
Top