Angular objects not recognized -Protractor-net

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);
0
source share
1 answer

Including the angDriver.IgnoreSynchronization = true instruction solved this for me. Probably since my application is constantly processing data, so the requests never end.

0
source

All Articles