Does Atata work with Angular? #729
-
As the title says; does Atata work with Angular out of the box? If not, does it work with Protractor for .NET? |
Beta Was this translation helpful? Give feedback.
Answered by
YevgeniyShunevych
Jan 9, 2023
Replies: 1 comment 3 replies
-
Indeed, as well as Atata works with any sites based on any other web frameworks. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 applyWaitForAngular
trigger globally (it is similar to what Protractor.NET does):