BrowserDescription Class
C# Syntax
public class BrowserDescription : HP.LFT.SDK.PropertiesDescription, HP.LFT.SDK.IDescription
System.Object
HP.LFT.SDK.PropertiesDescription
HP.LFT.SDK.Web.BrowserDescription
Name | Description | |
---|---|---|
![]() | BrowserDescription Constructor | Creates a new instance of BrowserDescription. Initializes a new instance of the BrowserDescription class. |
Name | Description | |
---|---|---|
![]() | Dictionary | For internal usage. |
![]() | OpenTitle | The object's initial title when first opened. |
![]() | OpenUrl | The URL from which the object is first opened. |
![]() | Title | The browser's title. |
![]() | Type | The type of the browser. One of BrowserType Enumeration. |
![]() | Url | The browser's current URL. |
Name | Description | |
---|---|---|
![]() | Clone | Creates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription ) |
![]() ![]() | FromDictionary | This method creates a new instance of BrowserDescription and initializes it with the given props dictionary. |
![]() | Get | Returns the current value of a BrowserDescription capability. |
![]() | Set | Sets a BrowserDescription capability to the given value. |