Example of a selenium webdriver implicit wait
var _driver = new FirefoxDriver(); | |
_driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromSeconds(5); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment