Sha256: 7cc9c353920404ab434e0df87942247229d668a1f607fce7709af85afab3ed4c

Contents?: true

Size: 348 Bytes

Versions: 46

Compression:

Stored size: 348 Bytes

Contents

require 'selenium-webdriver'
require 'show_me_the_cookies'

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

ShowMeTheCookies.register_adapter(:chrome, ShowMeTheCookies::SeleniumChrome)

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
ndr_dev_support-7.3.1 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-7.3.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-7.2.6 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-7.2.5 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-7.2.4 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-7.2.3 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-7.2.2 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-7.2.1 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-7.2.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-7.1.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-7.0.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-6.1.9 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-6.1.8 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-6.1.7 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-6.1.6 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-6.1.5 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-6.1.4 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-6.1.3 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-6.1.2 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-6.1.1 lib/ndr_dev_support/integration_testing/drivers/chrome.rb