FrameInfo Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Information regarding a specific frame
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.CoreFrameInfo

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

[SerializableAttribute]
public class FrameInfo : INotifyPropertyChanged, ICloneable

The FrameInfo type exposes the following members.

Constructors

  NameDescription
Public methodFrameInfo
Create a new FrameInfo object.
Public methodFrameInfo(String, String, String, Int32)
Create a new FrameInfo object.
Public methodFrameInfo(String, String, String, String, Int32, Boolean)
Create a new FrameInfo object.
Public methodFrameInfo(String, String, String, String, Int32, Boolean, Boolean)
Create a new FrameInfo object.
Public methodFrameInfo(String, String, String, String, Int32, Boolean, Boolean, String)
Initializes a new instance of the FrameInfo class
Top
Properties

  NameDescription
Public propertyBaseURL
The frame's src value. Used only if id/name is not set.
Public propertyId
Get frame id.
Public propertyIndex
Get frame index.
Public propertyName
Get frame name.
Public propertyQuery
The frame's query part of the src value. Used only if id/name is not set.
Public propertyRectangle
The last rectangle value using GetRectangle();
Public propertySrc
The frame's src value. Used only if id/name is not set.
Public propertyTestStudioTag
Get frame id.
Public propertyUniqueId
Gets the unique id of the frame for that session. Note: This property is not garanteed to be the same between requests to the same page so it shouldn't be serialized as part of this frame's information. This is an IE specific property.
Public propertyUseQuery
Whether or not to include the query string when comparing the src string.
Top
Methods

  NameDescription
Public methodClone
Clone a frame info object.
Public methodEquals
Determines if two FrameInfo objects are equal.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Get hash code of this FrameInfo object.
(Overrides ObjectGetHashCode.)
Public methodGetIndexer
Get the set indexer on this FrameInfo
Public methodGetRectangle
Returns this Frame's Rectangle in screen coordinates.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
String representation of the frame info.
(Overrides ObjectToString.)
Top
Events

  NameDescription
Public eventPropertyChanged
Occurs when a property on the FrameInfo object changes.
Top
See Also

Reference