107108109110111112113114115
} catch (Exception e) { throw new RuntimeException("Error parsing document.", e); } SeleniumTest test = new SeleniumTest(name, elements); test.dump(); return test; } }