脚本在protractor-net上的这一步失败.... NgWebDriver.cs文件 可能在命令步骤get(' $ browser')notifyWhenNoOutstandingRequests(回调) - 有关$ browser或notifyWhenNoOutstandingRequests用于什么的任何想法?
this.jsExecutor.ExecuteAsyncScript(ClientSideScripts.WaitForAngular, this.rootElement)
angular.element(el).injector().get('$browser').notifyWhenNoOutstandingRequests(callback);
答案 0 :(得分:0)
包括angDriver.IgnoreSynchronization = true语句为我解决了它。可能是因为我的应用程序不断轮询数据所以请求永远不会结束。