error
Timeouts().ImplicitWait(TimeSpan.FromSeconds(10));
Instructor
Use the below command:driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromSeconds(10);
Thank you solved the problem