Method: Ferrum::Page::Frames#main_frame

Defined in:
lib/ferrum/page/frames.rb

#main_frameFrame (readonly)

The page’s main frame, the top of the tree and the parent of all frames.

Returns:



11
12
13
# File 'lib/ferrum/page/frames.rb', line 11

def main_frame
  @main_frame
end