Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

The safaridriver cookbook has been deprecated

Author provided reason for deprecation:

The safaridriver cookbook has been deprecated and is no longer being maintained by its authors. Use of the safaridriver cookbook is no longer recommended.

RSS

safaridriver (2) Versions 1.0.0

Selenium WebDriver for Safari

Policyfile
Berkshelf
Knife
cookbook 'safaridriver', '= 1.0.0', :supermarket
cookbook 'safaridriver', '= 1.0.0'
knife supermarket install safaridriver
knife supermarket download safaridriver
README
Dependencies
Changelog
Quality 100%

Selenium SafariDriver Cookbook

Cookbook Version
Build Status

Installs SafariDriver (https://github.com/SeleniumHQ/selenium/wiki/SafariDriver).

Requirements

  • Mac OS X 10.8+
  • Chef 11.16+

Platforms

  • Mac OS X

Cookbooks

  • safari
  • macosx_gui_login

Usage

Include cookbook in recipe or run list to install SafariDriver. Username and password are required to login to GUI.

Attributes

  • node['safaridriver']['username'] - Username to login as. Required.
  • node['safaridriver']['password'] - Password of username. Required.
  • node['safaridriver']['url'] - URL of SafariDriver to download.

Example

Install selenium node with safari capability

username = 'username'
password = 'password'

node.set['safaridriver']['username'] = username
node.set['safaridriver']['password'] = password

include_recipe 'safaridriver'

node.set['selenium']['node']['username'] = username
node.set['selenium']['node']['password'] = password
node.set['selenium']['node']['capabilities'] = [
  {
    browserName: 'safari',
    maxInstances: 1,
    version: safari_version,
    seleniumProtocol: 'WebDriver'
  }
]

include_recipe 'selenium::node'

Getting Help

Contributing

Please refer to CONTRIBUTING.

License

MIT - see the accompanying LICENSE file for details.

Changelog

1.0.0

  • Initial release

Foodcritic Metric
            

1.0.0 passed this metric