EnvBrowserLauncher

constructor(env: String, envLookup: (String) -> String?)

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