Skip to content

jBrowserDriver

Compare
Choose a tag to compare
@hollingsworthd hollingsworthd released this 16 Jul 16:44
· 201 commits to master since this release

v0.14.12 Release Notes (changes since v0.14.0)

  • WebElement equals/hashCode operations compare the underlying DOM element
  • Fix WebElement.isSelected() for not selected/checked input elements
  • Iframe offset accounted for in various operations
  • Custom SecurityManager no longer used
  • Support wrapped WebElements passed in as script arguments
  • Experimental support for Java 9
  • Quick-render option uses more conservative check to identify media/binary resources
  • Improved logging of exceptions
  • Use default of "text/html" when Content-Type header is missing and caching disabled (previously this only worked when caching was enabled)
  • Build scripts use specific versions of dependencies rather than ranges
  • Build scripts isolate JAR-signing into a profile so anyone can easily use them whether GPG is configured or not

✨Thanks to @BlueIce and @valfirst for contributing code! Also thanks to everyone submitting issues and advice on them.