How to add an implicit wait C# - MSTest?

How to add an implicit wait C# - MSTest?

Hey Jacqueline,

You can add the below syntax :

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