cover
  • #Release

Tapicker v5.18.2 released 🎉👏

Welcome to Tapicker v5.18.2! This update introduces URL change detection, improves the page change waiting logic, and enhances the runtime controller for a clearer execution status.

  • Added support for detecting URL changes
  • Improved the "wait until page changes" logic
  • Enhanced the runtime controller

Detect URL Changes

You can now configure the Wait Until block to wait until the URL changes, or wait until the URL matches a pattern you specify. For more details, see the Wait Until documentation.

url-change

Improved Page Change Detection

Previously, when waiting for a page to change, the detection could fail if the page was reloaded or redirected, which might cause a timeout.

This update improves the detection logic by adding support for page reload events.

Enhanced Runtime Controller

We’ve also improved the runtime controller so you can more clearly see the execution status of your recipe.

When a recipe is running, a spinning animation indicates that it is in progress. When the recipe is paused or stopped, the animation stops as well.

controller

You may also like