Method: Ferrum::Page::Frames#main_frame
- Defined in:
- lib/ferrum/page/frames.rb
#main_frame ⇒ Frame (readonly)
The page’s main frame, the top of the tree and the parent of all frames.
11 12 13 |
# File 'lib/ferrum/page/frames.rb', line 11 def main_frame @main_frame end |