Contents

childFrames

The frames of the web frame’s immediate children.

Declaration

var childFrames: [Any]! { get }

Discussion

Each child web frame is an instance of WebFrame and corresponds to an HTML frameset or iframe element.

See Also

Getting Related Frames and Views