blocking-proxy icon indicating copy to clipboard operation
blocking-proxy copied to clipboard

Feature Request: Reduce waiting for Angular

Open heathkit opened this issue 8 years ago • 1 comments

The AngularWaitBarrier currently waits for Angular before each command. This is overkill. It could track whether the app is "dirty" or not by remembering if it's run waitForAngular since the most recent command that could have triggered Angular's change detection. This would include click, send keys, mouse actions, alert actions, and potentially executeScript calls.

heathkit avatar Feb 08 '17 20:02 heathkit

But Angular can get changed even without triggers from user interactions, but also from server side pushes. We can't be sure that there was no server pushes to client

Xotabu4 avatar Apr 13 '17 09:04 Xotabu4