2
我一直在努力让我的Windows 7机器上工作的Neustar Local-Validator,但是我一直在收到“SocketException:Connection Reset”。有人对这个有经验么?Neustar本地验证器错误
即使是一个非常简单的脚本失败:
var driver = test.openBrowser();
var selenium = driver.getSelenium();
var timeout = 120000;
selenium.setTimeout(timeout);
var tx = test.beginTransaction();
var step = test.beginStep("Homepage", timeout);
selenium.open("http://www.neustar.biz/");
test.endStep();
test.endTransaction();
照顾好了。我能够用validator.bat -browser“FF”-keepbrowseronerror“path \ to \ foo.js”运行命令 –
好,我很高兴工作。 –