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