Script does not work at this point on the transport network .... The NgWebDriver.cs file is probably at the command step get ('$ browser') notifyWhenNoOutstandingRequests (callback) - any idea that $ browser or notifyWhenNoOutstandingRequests is used for?
this.jsExecutor.ExecuteAsyncScript(ClientSideScripts.WaitForAngular, this.rootElement)
angular.element(el).injector().get('$browser').notifyWhenNoOutstandingRequests(callback);
source
share