FrameList - IE macro object

Not available in Open Twebst edition!
This IE macro object represents a list of Frame web automation objects. Each frame object in the collection represents a native Internet Explorer frame/iframe object ( IHTMLWindow2 ). It provides properties to access the Frame web macro objects in the collection.

  var frameListObj = browserObj.FindAllFrames(Search conditions);
  var frameListObj = frameObj.FindAllFrames(Search conditions);
  var frameListObj = frameObj.FindChildrenFrames(Search conditions);
Properties
core Returns a reference to the parent Core IE macro object of the frame list.
item Retrieves a Frame IE macro object from the collection based on a given index.
length Retrieves the number of Frame web macro objects in the collection.
See also:
Core | Browser | BrowserList | Element | ElementList | Frame

© 2014 CodeCentrix Software. All rights reserved.