Skip to content

Does Atata work with Angular? #729

Answered by YevgeniyShunevych
jerone asked this question in Q&A
Discussion options

You must be logged in to vote

Usually, most cases are handled automatically by built-in Atata auto waits and retries.

But I have just released Atata v2.6.0 with added WaitForAngular trigger and method. Check out the "Wait for Angular" section in the mentioned release notes. You can apply WaitForAngular trigger globally (it is similar to what Protractor.NET does):

AtataContext.GlobalConfiguration
    .Attributes.Global.Add(new WaitForAngularAttribute(TriggerEvents.Init | TriggerEvents.AfterClick));

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jerone
Comment options

@YevgeniyShunevych
Comment options

Answer selected by jerone
@jerone
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants