Skip to content

1.1.7 (2023-09-11)

Compare
Choose a tag to compare
@akamarouski akamarouski released this 11 Sep 10:07
· 116 commits to master since this release
15abc5e

Enhancements

  • [#21] Added Selenium DevTools API support
  • [#148] Performance audit of Selenium/Appium actions
  • [#135] Implemented checking that adb connection is correct (device status)
  • [#162] Added page initialise as field if it contains component constructor
  • [#143] Removed PASS: prefix for positive action
  • [#155] Moved AdbExecutor class to the correct package
  • [#154] Added printing on info log level actual adb command
  • [#160] Removed 'Device' registration if we cannot create Android/IOS driver
  • [#156] Added 'remove' methods for headers modifications to the ZebrunnerProxyBuilder class
  • [#140] Removed showing stacktrace for screenshot call when got NoSuchSessionException exception

Fixes

  • [#151] no such element: No node with given id found
  • [#136] java.lang.IllegalArgumentException: Cannot detect driver type. Capabilities 'browserName', 'platformName', 'udid' are empty

Dependencies Updates

  • N/A