Skip to content

v5.11.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 20 Apr 06:11

Changes

🚀 Features

  • #368 fail test for $("#missingElement").shouldNotHave(text(...)) (#1116) @asolntsev
  • throw a clear error message if SLF4J is not properly configured (#1115) @asolntsev
  • Add CheckReturnValue annotation for methods that only return value (#1106) @jreznot
  • Add missing byTagName to Selectors to make it consistent with By (#1104) @jreznot
  • Add MatchAttributeWithValue condition (#1100) @dstekanov
  • Speedup tests: use short timeout by default (#1122) @asolntsev
  • fix false error message in ErrorMessagesTest for returnScreenshotFile… (#1108) @jpratt2
  • Use final for fields where it is possible (#1107) @jreznot
  • Added system-dependent line separator (#1101) @dstekanov