mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Fix GetPixelWhenMakeDraggedWindow
This commit is contained in:
@@ -449,7 +449,8 @@ namespace UITests_FancyZones
|
||||
int endY = startY + 100;
|
||||
|
||||
Session.MoveMouseTo(startX, startY);
|
||||
Session.PerformMouseAction(MouseActionType.LeftDoubleClick);
|
||||
|
||||
// Session.PerformMouseAction(MouseActionType.LeftDoubleClick);
|
||||
Session.PressKey(Key.Shift);
|
||||
Session.PerformMouseAction(MouseActionType.LeftDown);
|
||||
Session.MoveMouseTo(endX, endY);
|
||||
|
||||
Reference in New Issue
Block a user