Ferret v0.9.0 Release Notes

Release Date: 2019-09-10 // over 4 years ago
  • โž• 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
    • 0๏ธโƒฃ Externalized default timeout values. #371
    • ๐Ÿ”จ Refactored drivers.HTMLDocument and drivers.HTMLElement interfaces. #376, #375