FluentWait<T> should support wait.while(isTrue) semantics
Martin-Spamer opened this issue · comments
Currently FluentWait provides wait until semantics, e.g.
wait.until(isTrue)
This can lead to double negative conditions which reduces clarity and increases complexity.
The could be readily improved with wait while semantics, e.g.
wait.while(isTrue)
not exactly sure this belongs here. are you asking to update the site somewhere? or is this a feature request that belongs in https://github.com/seleniumhq/selenium/issues ?
Yes, sorry wrong repo.