cookbook 'iedriver', '= 1.0.0'
iedriver (13) Versions 1.0.0 Follow1
Selenium WebDriver for Internet Explorer
cookbook 'iedriver', '= 1.0.0', :supermarket
knife supermarket install iedriver
knife supermarket download iedriver
Selenium IEDriver Cookbook
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. Defaulttrue
.
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
- Ask specific questions on Stack Overflow.
- Report bugs and discuss potential features in Github issues.
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
1.0.0 passed this metric