Class: Applitools::Appium::IosScreenshot

Inherits:
Screenshot
  • Object
show all
Defined in:
lib/applitools/appium/ios_screenshot.rb

Instance Method Summary collapse

Instance Method Details

#convert_location(location, _from, _to) ⇒ Object



5
6
7
# File 'lib/applitools/appium/ios_screenshot.rb', line 5

def convert_location(location, _from, _to)
  location.offset_negative(Applitools::Location.new(0, status_bar_height))
end