GuOrg / Gu.Wpf.UiAutomation

MIT License
96 stars 17 forks source link

Call WaitUntilResponsive inside Mouse.Drag #68

Closed JohanLarsson closed 5 years ago

JohanLarsson commented 6 years ago
Mouse.DragHorizontally(MouseButton.Left, zoomBox.Bounds.Center(), 50);
window.WaitUntilResponsive();

^ is noisy

JohanLarsson commented 5 years ago

Fixed.