How to add an implicit wait C#- xUnit?

How to add an implicit wait C#- xUnit?

Hey Anna,

You can add the below syntax :

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