cover
  • #Release

Tapicker v5.13.5 released 🎉👏

Welcome to Tapicker v5.13.5! This version comes with a host of updates, and we hope you’ll enjoy the new features. Here are some of the highlights:

  • Added a "HTTP Monitor" block
  • Improve Template Syntax compatibility
  • Wait Until block supports monitoring a variable
  • HTTP Request block can automatically parse response data based on response headers
  • HTTP Request and Execute Code blocks support specifying iframe as execution context

HTTP Monitor

You can now monitor HTTP requests made from your web pages using the HTTP Monitor block.

example

Template Syntax

We have improved the compatibility of Template Syntax and now support:

  • Variable names containing spaces, such as: {{@vars.foo bar}}
  • Index specified by square brackets, such as: {{@tables.T900.$rows[0]}}

Wait Until

We enhanced this block to detect whether a variable is set or changed.

wait-var-until-loaded

Others

For more subtle improvements, please go ahead and experience it now!