class Applitools::Appium::IosScreenshot

Public Instance Methods

convert_location(location, _from, _to) click to toggle source
# 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