Skip to content

v0.8.0

Compare
Choose a tag to compare
@ziflex ziflex released this 23 Jul 20:48
· 445 commits to master since this release
7e6b3bf

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