// if (useProxy) {
// this.useSystemProxy = true;
// enableIEProxy(request);
// }
//
final BrowserLauncher launcher = new BrowserLauncher(browser, browserProcessName, browserOption, useProxy);
String url = "http://" + Configuration.getCommonDomain() + "/_s_/dyn/Driver_start?sahisid="
+ session.id()
+ "&startUrl="
+ Utils.encode("http://" + Configuration.getCommonDomain() + "/_s_/dyn/Driver_initialized?startUrl="+Utils.encode(startUrl));
launcher.openURL(url);
session.setLauncher(launcher);
}