Completed
Last Updated: 19 Jan 2017 10:25 by ADMIN
ADMIN
Elena
Created on: 18 Oct 2016 10:33
Type: Feature Request
1
WaitForAjax does not detect angular $http requests
The WaitForAjax only works for ASP.NET WebForms and jQuery ajax requests. It would be useful if implemented for angular $http requests as well. 
2 comments
ADMIN
Daniel Djambov
Posted on: 19 Jan 2017 10:25
We have implemented a major update on all java script detection mechanisms and we now support your case. The fix will be available in our next product release, planned in early Feb 2017.
Ryan
Posted on: 26 Oct 2016 15:20
One solution I have found to work was inject the attached tsm.js script into the page using the ActiveBrowser.Actions.InvokeScript whenever the ActiveBrowser.AfterCommandExecuted event occurs and the browser action was NavigateTo.  Then I created an extension method to look at the active count and wrap it in a wait.