Sha256: 25ef6868484559c24f4d8f881a19c5bdde5969f5ab98b0dfabc8b53ed7acf596

Contents?: true

Size: 270 Bytes

Versions: 12

Compression:

Stored size: 270 Bytes

Contents

require 'chromedriver-helper'
require 'selenium-webdriver'

Capybara.register_driver(:chrome) do |app|
  Capybara::Selenium::Driver.new app, browser: :chrome
end

Capybara::Screenshot.register_driver(:chrome) do |driver, path|
  driver.browser.save_screenshot(path)
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ndr_dev_support-5.3.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-5.2.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-5.1.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-5.0.1 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-5.0.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-4.2.1 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-4.2.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-4.1.3 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-4.1.2 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-4.1.1 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-4.1.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-4.0.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb