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.
The frames of the web frame’s immediate children.
var childFrames: [Any]! { get }Each child web frame is an instance of WebFrame and corresponds to an HTML frameset or iframe element.