Delay 1 second after release
This commit is contained in:
parent
db9f3269be
commit
5ac77f9845
|
|
@ -113,6 +113,7 @@ public partial class PlaywrightWebDriver
|
|||
}
|
||||
|
||||
// Release mouse button
|
||||
await Task.Delay(1000);
|
||||
await mouse.UpAsync();
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue