Answer the question
In order to leave comments, you need to log in
What should be used instead of ImplicitlyWait?
Which is better to use instead:
driver.Manage().Timeouts().ImplicitlyWait(TimeSpan.FromSeconds(10));
Answer the question
In order to leave comments, you need to log in
driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromSeconds(20);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question