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-6.1.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-6.0.4 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-6.0.3 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-6.0.2 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-6.0.1 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-6.0.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-5.10.2 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-5.10.1 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-5.10.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-5.9.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-5.8.2 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-5.8.1 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-5.8.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-5.7.1 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-5.7.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-5.6.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-5.5.0 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-5.4.8 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-5.4.7 lib/ndr_dev_support/integration_testing/drivers/chrome.rb
ndr_dev_support-5.4.6 lib/ndr_dev_support/integration_testing/drivers/chrome.rb