It looks like you're new here. If you want to get involved, click one of these buttons!
Selenium c# Webdriver: Wait Until Element is Present
Alternatively we can use implicit wait:
driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromSeconds(10);
© 2018 Kpro Solutions Pvt. Ltd. All Rights Reserved.
Comments
Alternatively we can use implicit wait:
driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromSeconds(10);