Query on timeout of webDriverWait | Selenium Forum
M
Posted on 15/05/2016
Sir ,

IF i say declare a WebDriverWait ww;

without initializing it & use it like ww.until(ExpectedCondition.VisibilityOfElement(son so))

What is the default timeout for this WebDriverwait ?

M
Replied on 15/05/2016

it will not work if you don't initialize it.