You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 as desired. This is what made me think to make this change.
Is it possible this isn't working? Or am I doing this wrong?