Module: Splinter

Defined in:
lib/splinter.rb,
lib/splinter/version.rb,
lib/splinter/capybara/actions.rb,
lib/splinter/capybara/form_completer.rb,
lib/splinter/perf/deferred_garbage_collection.rb

Defined Under Namespace

Modules: Capybara Classes: DeferredGarbageCollection

Constant Summary collapse

VERSION =
Version = '0.3.0'

Class Attribute Summary collapse

Class Attribute Details

.screenshot_directoryObject

Returns the value of attribute screenshot_directory.



3
4
5
# File 'lib/splinter.rb', line 3

def screenshot_directory
  @screenshot_directory
end

.screenshot_optionsObject

Returns the value of attribute screenshot_options.



3
4
5
# File 'lib/splinter.rb', line 3

def screenshot_options
  @screenshot_options
end