How to add an implicit wait C# in NUnit?

How can I add an implicit wait C# in NUnit?

Hello Dipen,

You can add the below syntax :

driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromSeconds(time_in_seconds);