chef-selenium icon indicating copy to clipboard operation
chef-selenium copied to clipboard

Chef cookbook to install and configure Selenium

Results 3 chef-selenium issues
Sort by recently updated
recently updated
newest added

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...

help wanted

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...

help wanted