}
protected String getNewBrowserSession(String browserString, String startURL, String extensionJs,
BrowserConfigurationOptions browserConfigurations)
throws RemoteCommandException {
BrowserSessionInfo sessionInfo = browserSessionFactory
.getNewBrowserSession(browserString, startURL, extensionJs,
browserConfigurations, remoteControl.getConfiguration());
setLastSessionId(sessionInfo.sessionId);
return sessionInfo.sessionId;
}