class Applitools::Selenium::EntireElementScreenshot

@!visibility private

Public Instance Methods

screenshot_offset() click to toggle source
# File lib/applitools/selenium/entire_element_screenshot.rb, line 12
def screenshot_offset
  region_provider.eye_region.location
end
sub_screenshot(*_args) click to toggle source
# File lib/applitools/selenium/entire_element_screenshot.rb, line 8
def sub_screenshot(*_args)
  self
end
top_left_location() click to toggle source
# File lib/applitools/selenium/entire_element_screenshot.rb, line 16
def top_left_location
  @top_left_location ||= screenshot_offset
end