How to add an implicit wait in SpecFlow?
Hi Helen!
To add an implicit wait in SpecFlow, please use the below command.
public void test_search()
{
driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromSeconds(30);
driver.Url = test_url;