settings.setBinary(new File(operaPath));
}
// Now create the OperaLauncherRunner that we have the binary path
// So we can control the shutdown
runner = new OperaLauncherRunner(settings);
// Quit and wait for opera to quit properly (calls getScopeServices().shutdown)
try {
getScopeServices().quit(runner);
} catch (IOException e) {