- Selenium release 3.5.2
- Update windows to use NSSM 4.0+ - which requires triple quotes to be removed
- Add missing xdisplay to node recipe
- Rename display attribute to xdisplay to be Chef 13 compatible
- Selenium release 3.1.0
- Support Selenium 3.0
- Log defaults to STDOUT when log attribute is nil
- Drop support for Chef 11
- Fix #31 Adding support for selenium 3 in node config file
- Fix #29 Error executing action run on resource 'execute[reload org.seleniumhq.selenium_hub]'
- Fix #27 Cannot create directory due to insufficient permissions
- Selenium release 2.53.1
- Add support for systemd
- No more native HtmlUnitDriver, removed integration test
- Include default recipe in provide only if required
- Include windows::bootstrap_handler recipe in provide only if required
- Selenium release 2.53.0
- Selenium release 2.52.0
- Selenium release 2.51.0
- Selenium release 2.50.1
- Selenium release 2.50.0
- Selenium release 2.48.2
- Selenium release 2.48.0
- Fix #23 WARN: Cannot create resource windows_service with more than one argument
- Fix #22 Firefox on Ubuntu fails to start
- Fix FC052: Metadata uses the unimplemented "suggests" keyword
- Merge server recipe into default recipe
- Replace server_version, release_url and override attributes with just url attribute
- Replace server_name attribute and provision name attribute with just servername attribute
- Move drivers to their own cookbooks
- Remove PhantomJS
- Fix #20 Unable to set hub and node recipe attributes
- Add hub and node recipes
- Allow custom arguments to be added to node service
- Allow custom download url for selenium standalone jar
- Support Safari
- Fix #18 Selenium iedriver does not extract
- Update Selenium and IE driver from 2.46.0 to 2.47.0
- Update ChromeDriver from 2.15 to 2.16
- Deprecate PhantomJS
- Add powershell_version check
- Fix #16 Errror provisioning chromedriver on centos7
- Fix #15 Drivers not copied to /selenium/drivers/ folders on Windows 7
- Allow resources to be globally configured
- Fix #13 org.openqa.selenium.WebDriverException: chrome not reachable on CentOS 7.0/Ubuntu 14.04
- Update Selenium and IE driver from 2.45.0 to 2.46.0
- Add supports 'mac_os_x' to metadata
- Add support for Mac OS X (Chef 11.14 or higher required)
- Fix #11 chromedriver version does not update
- Update ChromeDriver from 2.14 to 2.15
- Fix #10 'failed to allocate memory' exception on Windows 2008
- Fix selenium_node provider depends on windows
- Set Windows display resolution in selenium_test cookbook
- Wrap host and hubHost in quotes in node config
- Update IE driver from 2.44.0 to 2.45.0
- Firefox 36 breaks WebDriver 2.44.0
- Update ChromeDriver from 2.12 to 2.14
- Make Windows service an option for HtmlUnit and PhantomJS
- Support HtmlUnit
- Replace PhantomJS attributes
- Initial release