Class: Watir::IE

Inherits:
Object
  • Object
show all
Defined in:
lib/patches/watir.rb

Instance Method Summary collapse

Instance Method Details

#browser_screen_offset(browser) ⇒ Object



6
7
8
9
10
# File 'lib/patches/watir.rb', line 6

def browser_screen_offset(browser)
  parent = page_container.document.parentWindow
  [parent.screenLeft.to_i,
   parent.screenTop.to_i]
end