Delay 1 second after release

This commit is contained in:
Haiping Chen 2024-12-11 21:16:42 +00:00
parent db9f3269be
commit 5ac77f9845

View file

@ -113,6 +113,7 @@ public partial class PlaywrightWebDriver
}
// Release mouse button
await Task.Delay(1000);
await mouse.UpAsync();
}
else