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

RSS

geckodriver (4) Versions 0.1.0

Selenium WebDriver for Mozilla Firefox

Policyfile
Berkshelf
Knife
cookbook 'geckodriver', '= 0.1.0', :supermarket
cookbook 'geckodriver', '= 0.1.0'
knife supermarket install geckodriver
knife supermarket download geckodriver
README
Dependencies
Changelog
Quality 67%

Selenium Gecko Driver Cookbook

Cookbook Version
Build Status

Installs geckodriver (https://github.com/mozilla/geckodriver).

Requirements

  • Chef 12.6+
  • Mozilla Firefox (this cookbook does not install Mozilla Firefox)

Platforms

  • CentOS, RedHat
  • Mac OS X
  • Ubuntu
  • Windows

Usage

Include recipe in a run list or cookbook to install geckodriver.

Attributes

  • node['geckodriver']['version'] - Version to download.
  • node['geckodriver']['url'] - URL download prefix.
  • node['geckodriver']['windows']['home'] - Home directory for windows.
  • node['geckodriver']['unix']['home'] - Home directory for both linux and macosx.

Install selenium node with firefox capability

include_recipe 'mozilla_firefox'
include_recipe 'geckodriver'

node.override['selenium']['node']['capabilities'] = [
  {
    browserName: 'firefox',
    maxInstances: 1,
    version: firefox_version,
    seleniumProtocol: 'WebDriver'
  }
]

include_recipe 'selenium::node'

Getting Help

Contributing

Please refer to CONTRIBUTING.

License

MIT - see the accompanying LICENSE file for
details.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

selenium_grid Applicable Versions

Changelog

0.1.0

  • Initial beta release

Collaborator Number Metric
            

0.1.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Foodcritic Metric
            

0.1.0 passed this metric

License Metric
            

0.1.0 passed this metric