Created by: arvigeus
Closes #7226 (closed). Passing arguments to BROWSER environment variable like google-chrome --remote-debugging-port=9222
was breaking the build. The problem was that open requires arguments to be passed as array instead of plain string. This change solves that.