Table of Contents

Class FrameDescription

The description of a Web Frame test object.

Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class FrameDescription : WebBaseDescription, ICloneable, IDescription

Constructors

FrameDescription()

Declaration
public FrameDescription()

Properties

Text

The inner text of the body element.

Declaration
public StringProperty Text { get; set; }
Property Value
Type Description
StringProperty

Url

The URL of the frame.

Declaration
public StringProperty Url { get; set; }
Property Value
Type Description
StringProperty

Implements

ICloneable
IDescription