chef-selenium
chef-selenium copied to clipboard
Chef cookbook to install and configure Selenium
Installing on Windows, I set `default['selenium']['windows']['java']` to be some path other than cookbook default, but Chef runs always use default. If I instead set `default['selenium']['java']`, my path overrides the default...
I have a use case where I want the selenium node to be running on a user other than the default `selenium` user. Can [this value here](https://github.com/dhoer/chef-selenium/blob/bca7e3b7e379d6b0aca60ab3480382a08fbd891e/libraries/default.rb#L84-L85) be updated to...
Duplicate timeout