Method: Applitools::Selenium::Driver#frame_chain!
- Defined in:
- lib/applitools/selenium/driver.rb
#frame_chain! ⇒ Object
Returns current frame chain. Frame chain stores information about all parent frames,
including scroll offset an frame coordinates
198 199 200 |
# File 'lib/applitools/selenium/driver.rb', line 198 def frame_chain! @frame_chain end |