SeleniumHQ / www.seleniumhq.org

Old Selenium website and docs (deprecated)

Repository from Github https://github.comSeleniumHQ/www.seleniumhq.orgRepository from Github https://github.comSeleniumHQ/www.seleniumhq.org

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)

commented

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.