cover
  • β€’
  • #Release

Tapicker v5.16.18 released πŸŽ‰πŸ‘

Welcome to Tapicker v5.16.18! This update introduces handy new features and key improvements. Here’s what’s new:

  • Show recipe description in the "Arguments" dialog
  • Paste blocks directly onto the canvas
  • Highlight effect after pasting a block
  • New Finder button in the header
  • Fixed parsing issue with items.[{{@vars.index}}]
  • Fixed HTTP Monitor not capturing APIs with only paths

Show recipe description in the "Arguments" dialog

When starting a recipe, you’ll now see its description next to the "Arguments" dialog. This helps you better understand what the recipe does and any important notes before running it.

recipe-desc

Paste blocks directly onto the canvas

You can now press Ctrl + V (or Command + V on macOS) to paste blocks directly onto the canvas without selecting any existing block. The pasted block will appear at the bottom of the workflow.

Highlight effect after pasting a block

After pasting a block, a blue flickering border will appear around it, making it easy to spot your newly added block.

New Finder button in the header

We’ve added a quick-access Finder button to the Popup header. Finder is a handy tool for selecting elements on a webpage and generating stable CSS selectors automatically.

If you work with web scraping, you know how time-consuming it can be to craft reliable selectors β€” and worse, when a site changes, you often need to redo them. With Finder, this process becomes faster and much more efficient, saving you a lot of effort.

finder-button

You may also like