"the logger cannot be null at this point.");
}
IBrowserLaunching launching =
BrowserLaunchingFactory.createSystemBrowserLaunching(logger);
launching.setBrowserEventCallBack(this);
launching.initialize();
return launching;
}
/**
* Attempts to open the default web browser to the given URL.