EnvBrowserLauncher
Launcher of browsers whose path is stored in environment variables (BROWSER_<env>) passing the URL as the first argument to the browser executable.
Parameters
env
the environment variable suffix (e.g., chrome for BROWSER_CHROME).
envLookup
function to look up environment variable values. If different from System::getenv, it can be used for testing purposes