Class FrameDescription
The description of a Web Frame test object.
public class FrameDescription : WebBaseDescription, ICloneable, IDescription
- Inheritance
-
FrameDescription
- Implements
- Inherited Members
Constructors
FrameDescription()
public FrameDescription()
Properties
Text
The inner text of the body element.
public StringProperty Text { get; set; }
Property Value
Url
The URL of the frame.
public StringProperty Url { get; set; }