Method: GrabzIt::HTMLOptions#delay

Defined in:
lib/grabzit/htmloptions.rb

#delayInteger

Returns get the number of milliseconds to wait before creating the capture.

Returns:

  • (Integer)

    get the number of milliseconds to wait before creating the capture



46
47
48
# File 'lib/grabzit/htmloptions.rb', line 46

def delay
  @delay
end