WebDriver Implicit wait and explicit wait | Selenium Forum
M
Posted on 10/09/2015
What will happen if we add implicit by using driver.manage().timeouts().implicitlyWait() wait and also add WebDriverWait object in same program? how will code behave?

M
Replied on 11/09/2015

yeah you can use both of them. no problem should come to code.