You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be beneficial to expose 'stable' state as additional option in Locator.waitFor.
At the moment the only way to make sure element is not animating is implicit actionability check execution as part of actions involving clicking/tapping. Implicit actionability checks includes scrolling element into view.
In very specific cases scrolling an element which is still animating closes it (some custom dropdowns might be implement like that). Therefore having a way to have this check performed alone would save headaches and custom stability checks implementation.