Skip to content

v1.14

Compare
Choose a tag to compare
@lanwen lanwen released this 24 Jun 10:30
· 58 commits to master since this release

Improvements

  • #82 - Introduce new @Timeout annotation to avoid hardcoded implicitlywait. Just set value in seconds for block or element. Also can be used system property webdriver.timeouts.implicitlywait to setup default value which is currently 5 seconds.
  • #75 - Change the view of default element not found exception.
  • #76 - Completely remove @Block annotation which was deprecated in previous version. Breaking change!

Fixes

  • #84 - Form.fill() doesn't clear text inputs before calling sendKeys(). It was fixed.

Commits since 1.13