11121314151617
} @Override public void doStart() throws InitializationError { this.registerWithLongPollingServer(); this.startProcess(new GoogleChromeLocator(), ChromeBrowser.PROP_CHROME_BIN, getStartPageUrl(getId(), false)); }
13141516171819
} @Override public void doStart() throws InitializationError { this.registerWithLongPollingServer(); this.startProcess(new GoogleChromeLocator(), PROP_CHROME_BIN, getStartPageUrl(getId(), false)); }