Skip to content

v0.9.0

Compare
Choose a tag to compare
@ziflex ziflex released this 10 Sep 15:04
· 395 commits to master since this release
453e9b3

Added

  • INPUT_CLEAR function to clear input's value. #366
  • Support of tick for string literals. #367
  • Support of default headers and cookies. #372
  • Support of use of params in dot notation. #378
  • Optional count param to CLICK function. #377
  • BLUR function. #379

Fixed

  • Tabs don't get closed on page load error. #359
  • CLICK function does not allow to use element with a selector. #355
  • Unable to use member expression right after a function call. #368

Changed

  • Updated zerolog. #352
  • Runtime Object and Array values implement core.Getter interface. #353
  • Externalized default timeout values. #371
  • Refactored drivers.HTMLDocument and drivers.HTMLElement interfaces. #376, #375