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

iedriver (13) Versions 1.1.0

Selenium WebDriver for Internet Explorer

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

Selenium IEDriver Cookbook

Cookbook Version
Build Status

Installs IEDriverServer (https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver) and
configures Internet Explorer.

Requirements

  • Internet Explorer 9+
  • Chef 11.16+

Platforms

  • Windows

Cookbooks

  • ie
  • windows

Usage

Include recipe in cookbook or run list to install IEDriverServer and configure Internet Explorer.

Attributes

  • node['chromedriver']['version'] - Version to download.
  • node['chromedriver']['url'] - Download URL prefix.
  • node['iedriver']['home'] - Home directory. Default %SYSTEMDRIVE%\iedriver.
  • node['iedriver']['config_ie'] - Configure Internet Explorer according to required configuration. Default true.

Example

Install selenium node with internet explorer capability

include_recipe 'iedriver'

node.set['selenium']['node']['capabilities'] = [
  {
    browserName: 'internet explorer',
    maxInstances: 1,
    version: ie_version,
    seleniumProtocol: 'WebDriver'
  }
]
node.set['selenium']['node']['username'] = 'username'
node.set['selenium']['node']['password'] = 'password'
node.set['selenium']['node']['domain'] = 'domain'

include_recipe 'selenium::node'

Getting Help

Contributing

Please refer to CONTRIBUTING.

License

MIT - see the accompanying LICENSE file for details.

Changelog

1.1.0

  • IEDriver release 2.48.0

1.0.1

  • Fix #1 WARN: Cloning resource attributes for env[PATH] from prior resource (CHEF-3694)

1.0.0

  • Initial release

Foodcritic Metric
            

1.1.0 passed this metric