FramesCollection Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Collection of frames (Browser objects)
Inheritance Hierarchy

SystemObject
  System.Collections.GenericDictionaryString, Browser
    ArtOfTest.WebAii.CoreFramesCollection

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

public class FramesCollection : Dictionary<string, Browser>, 
	IEnumerable<Browser>, IEnumerable

The FramesCollection type exposes the following members.

Constructors

  NameDescription
Public methodFramesCollection
Initializes a new instance of the FramesCollection class
Top
Properties

  NameDescription
Public propertyComparer (Inherited from DictionaryString, Browser.)
Public propertyCount (Inherited from DictionaryString, Browser.)
Public propertyItemInt32
Get the frame at a specific index.
Public propertyItemString
Get a frame using its name.
Public propertyItemFrameInfo
Get the frame based on its FrameInfo.
Public propertyKeys (Inherited from DictionaryString, Browser.)
Public propertyValues (Inherited from DictionaryString, Browser.)
Top
Methods

  NameDescription
Public methodAdd (Inherited from DictionaryString, Browser.)
Public methodById
Gets a frame using its id.
Public methodBySrc
Gets a frame using its src
Public methodClear (Inherited from DictionaryString, Browser.)
Public methodContainsKey (Inherited from DictionaryString, Browser.)
Public methodContainsValue (Inherited from DictionaryString, Browser.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from 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 methodGetEnumerator
Get the enumerator.
Public methodGetFramesAsStrings
Get a list of all frames in this collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryString, Browser.)
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 methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryString, Browser.)
Public methodRefreshAllDomTrees
Refresh all dom trees in this frames collection.
Public methodRemove (Inherited from DictionaryString, Browser.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue (Inherited from DictionaryString, Browser.)
Public methodWaitAllUntilReady
Waits until all frames are ready.
Top
See Also

Reference