Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Feature Request: Reduce waiting for Angular #35

Open
heathkit opened this issue Feb 8, 2017 · 1 comment
Open

Feature Request: Reduce waiting for Angular #35

heathkit opened this issue Feb 8, 2017 · 1 comment

Comments

@heathkit
Copy link
Contributor

heathkit commented Feb 8, 2017

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 heathkit changed the title Reduce waiting for Angular Feature Request: Reduce waiting for Angular Feb 8, 2017
@Xotabu4
Copy link

Xotabu4 commented Apr 13, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants