Skip to content

Latest commit

 

History

History
159 lines (71 loc) · 6.95 KB

CHANGELOG.md

File metadata and controls

159 lines (71 loc) · 6.95 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2024-03-19)

⚠ BREAKING CHANGES

  • nodejs versions less than 12.0.0 are no longer supported

Bug Fixes

0.1.17 (2023-06-28)

Features

  • provide w3c implementations for swipe and touch commands (42d6e70)

Bug Fixes

  • overwrite w3c button up/down command on mobiles (ec63ae3)

0.1.16 (2023-04-03)

Bug Fixes

  • support "id" field from test for hermione@7 (ca5d552)

0.1.15 (2022-11-23)

Bug Fixes

  • use default timeout value from hermione config (92fb511)

0.1.13 (2021-12-16)

Bug Fixes

  • getHTML: missing an includeSelectorTag option fo element command (a945bd5)

0.1.12 (2021-04-14)

Bug Fixes

  • leftClick: for all mobile browsers (476b327)

0.1.11 (2021-04-13)

Bug Fixes

  • "addValue", "setValue", "leftClick", "scroll", "touchScroll" (9ab6b0c)

0.1.10 (2021-04-12)

Bug Fixes

  • remove unnecessary "keys" wrapper with hack for android (a6e2012)
  • addValue,setValue for android: add hack with call "elementSendKeys" (7f04021)

0.1.9 (2021-04-08)

Features

  • add "keys" wrapper with hack for android (b565d1e)

Bug Fixes

  • addCommand: overwrite command only if it already exists (1944596)
  • addValue,setValue for ios: add hack with call "elementSendKeys" (f6f389f)
  • execute,ie11: use simple functions instead arrow (a88807e)

0.1.8 (2021-04-05)

Bug Fixes

0.1.7 (2021-03-31)

Bug Fixes

  • w3c: "getAttribute", "getElementSize" and "moveTo" commands (3c53e49)

0.1.6 (2021-03-30)

Bug Fixes

  • "moveToObject" command (e8cb30e)
  • add "buttonDown" and "buttonUp" commands (6243877)

0.1.5 (2021-03-21)

Bug Fixes

  • commands "deleteCookie", "chooseFile" and "close" (112cd6b)

0.1.4 (2021-03-18)

Bug Fixes

  • "getCssProperty", "scroll" and "touchScroll" commands (a6a33b2)

0.1.3 (2021-03-16)

Bug Fixes

  • "findElement" helper: do not throw error (528c520)

0.1.2 (2021-03-15)

Bug Fixes

  • "findElements" helper: do not throw error if elements not found (ea644af)

0.1.1 (2021-03-14)

Bug Fixes

  • addCommand: call passed callback with browser context (97e9ae7)

0.1.0 (2021-03-08)

Features

  • ability to work correctly with wdio@7 inside hermione (a92dab8)

0.0.3 (2021-01-11)

Features

  • add all commands from wdio v4 (655d04a)

0.0.2 (2020-12-17)