BrowserDescription Class

The description of a Web Browser test object.

C# Syntax

public class BrowserDescription : HP.LFT.SDK.PropertiesDescription, HP.LFT.SDK.IDescription  
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.PropertiesDescription
      HP.LFT.SDK.Web.BrowserDescription

Public Constructors
 NameDescription
Public ConstructorBrowserDescription ConstructorCreates a new instance of BrowserDescription.  Initializes a new instance of the BrowserDescription class.  
Top
Public Properties
 NameDescription
Public PropertyDictionaryFor internal usage.  
Public PropertyOpenTitleThe object's initial title when first opened.  
Public PropertyOpenUrlThe URL from which the object is first opened.  
Public PropertyTitleThe browser's title.  
Public PropertyTypeThe type of the browser. One of BrowserType Enumeration.  
Public PropertyUrlThe browser's current URL.  
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Public Methodstatic (Shared in Visual Basic)FromDictionaryThis method creates a new instance of BrowserDescription and initializes it with the given props dictionary.  
Public MethodGetReturns the current value of a BrowserDescription capability.  
Public MethodSetSets a BrowserDescription capability to the given value.  
Top