0

脚本在量角器网络上的这一步失败 ....NgWebDriver.cs 文件可能在命令步骤 get('$browser') notifyWhenNoOutstandingRequests(callback) - 关于 $browser 或 notifyWhenNoOutstandingRequests 用于什么的任何想法?

this.jsExecutor.ExecuteAsyncScript(ClientSideScripts.WaitForAngular, this.rootElement)
angular.element(el).injector().get('$browser').notifyWhenNoOutstandingRequests(callback);
4

1 回答 1

0

包括 angDriver.IgnoreSynchronization=true 语句为我解决了这个问题。可能是因为我的应用程序不断轮询数据,所以请求永远不会结束。

于 2015-04-07T03:33:19.113 回答