Method: Applitools::Selenium::Driver#frame_chain
- Defined in:
- lib/applitools/selenium/driver.rb
#frame_chain ⇒ Applitools::Selenium::FrameChain
Returns a copy of current frame chain. Frame chain stores information about all parent frames,
including scroll offset an frame coordinates.
192 193 194 |
# File 'lib/applitools/selenium/driver.rb', line 192 def frame_chain Applitools::Selenium::FrameChain.new other: @frame_chain end |