}
}
private void performPageDump(GalenArguments arguments) throws Exception {
SeleniumBrowserFactory browserFactory = new SeleniumBrowserFactory();
Browser browser = browserFactory.openBrowser();
try {
if (arguments.getUrl() == null || arguments.getUrl().isEmpty()) {
throw new SyntaxException("--url parameter is not defined");