module ChromedriverScreenshot

Constants

VERSION

Attributes

take_full_screenshots[W]

Public Class Methods

take_full_screenshots() click to toggle source
# File lib/chromedriver-screenshot.rb, line 12
def take_full_screenshots
  @take_full_screenshots = true if @take_full_screenshots.nil?
  @take_full_screenshots
end