Skip to content

Commit

Permalink
increased delay
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisakhkannan committed Jan 22, 2025
1 parent e12ce06 commit 38a0a22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2999,7 +2999,7 @@ public static void dragAndDrop(DialogFixture fixture, Point startPoint, Point en
"const pointEnd = new Point(" + endPoint.x + ", " + endPoint.y + ");" +
"try {" +
" robot.moveMouse(pointStart);" +
" Thread.sleep(300);" +
" Thread.sleep(500);" +
" robot.pressMouse(MouseButton.LEFT_BUTTON);" +
" Thread.sleep(500);" +
" robot.moveMouse(pointEnd);" +
Expand Down

0 comments on commit 38a0a22

Please sign in to comment.