return commandWithUrl;
}
private String[] openBrowserCommandArray() {
if (launchSpec.isForDefaultBrowser()) {
PlatformType platformType = PlatformType.resolve();
return platformType.getDefaultCommandLineBrowserArray();
}
return new String[]{launchSpec.getBrowser().getStartCommand()};
}