Custom Sleep function in C# for Selenium
Instead of using C#’s Thread.sleep functionality we can use the same but through another class All we have to do is call Extra.Sleep(2000) in our Selenium Code and the only one prerequisite is we...
All about Selenium Automation Testing
Instead of using C#’s Thread.sleep functionality we can use the same but through another class All we have to do is call Extra.Sleep(2000) in our Selenium Code and the only one prerequisite is we...