Ferret v0.8.0 Release Notes

Release Date: 2019-07-23 // almost 5 years ago
  • โž• Added

    • Delay randomization for inputs. #283
    • ๐Ÿ‘ Namespace support. #269
    • ๐Ÿ‘ iframe support. #315
    • ๐Ÿ‘ Better emulation of user interaction. #316, #331
    • ESCAPE_HTML, UNESCAPE_HTML and DECODE_URI_COMPONENT functions. #318
    • ๐Ÿ‘ XPath support. #322
    • Regular expression operator. #326
    • INNER_HTML_SET and INNER_TEXT_SET functions. #329
    • Possibility to set viewport size. #334
    • FOCUS function. #340

    ๐Ÿ”„ Changed

    • RAND accepts optional upper and lower limits. #271
    • โšก๏ธ Updated CDP definitions. #328
    • Logic of iterator termination. #330

    ๐Ÿ›  Fixed

    • Order of arguments in SCROLL function. #269
    • ๐Ÿ‘ The command line parameter "--param" does not support colon. #282
    • Race condition during WAIT_NAVIGATION call. #281
    • Arithmetic operators. #298
    • Missed UA setting for HTTP driver. #318
    • โฑ Improper math operator used in calculating page load timeout. #319
    • Wrong function names in README. #321
    • JSON serialization for HTTPHeader type. #323