python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Thread.sleep() being ignored by selenium C#
I have a selenium test that works great while debugging and stepping slowly through. I added a Thread.Sleep() in order to stop selenium while a file is downloaded. However selenium in completely ignor...
Bean0341
Votes: 0
Answers: 1
Selenium Thread.sleep showing error? How do I resolve the issue
I tried using wait function too that to showed error.
wadshah
Votes: 0
Answers: 2
How can I await at least specified amount of time with Awaitility?
I my test class I really need to sleep for some amount of time. It's an integration test involving periodic remote call.
for (int i = 0; i < 16; i++) {
// sleep some... should sleep some...
...

Jin Kwon
Votes: 0
Answers: 1
Is there a sleep function for C# without bugging out my Visual Studio 2022 app UI?
I have been looking all over Stack Overflow, Google and W3schools and didn't find a sleep or wait function which doesn't bug out my UI.
Task.Wait or Task.Delay both bug out my UI by replacing every ob...
Matto58
Votes: 0
Answers: 0