Method: Applitools::Selenium::Driver#frame_chain

Defined in:
lib/applitools/selenium/driver.rb

#frame_chainApplitools::Selenium::FrameChain

Returns a copy of current frame chain. Frame chain stores information about all parent frames,

including scroll offset an frame coordinates.

Returns:

  • (Applitools::Selenium::FrameChain)

    The frame chain.



192
193
194
# File 'lib/applitools/selenium/driver.rb', line 192

def frame_chain
  Applitools::Selenium::FrameChain.new other: @frame_chain
end