}
private void runDomTestModule(ScriptedModule module) {
if(module.getModuleType() != ModuleScriptType.DOM_TEST)
return;
final DomTestModule test = new DomTestModule(module, bundle, htmlParser);
try {
test.run(currentWorkspace);
} catch (Exception e) {
e.printStackTrace();
}
}