cover
  • #Release

Tapicker v5.0.22 released 🎉👏

Welcome to the release of Tapicker v5.0.22. There are many updates in this version that we hope you'll like, some of the key highlights include:

  • Fix being unable to enter text on some websites
  • Fix failure to scroll to the element position
  • Support random scroll position
  • Finder shortcuts can be disabled
  • Automatically convert multi-line text in arguments into arrays

Fix being unable to enter text on some websites

We fixed the inability to enter text in the search box below, and now the Input Text block has better compatibility.

enter text

Fix failure to scroll to the element position

This issue has also been fixed by us and now it works fine.

scroll to element position

Finder shortcuts can be disabled

In some cases, you may accidentally hit a shortcuts. For example, you are watching a video on YouTube and press f to go to full screen, which also opens the Finder.

This is annoying, so we've provided a place to turn off shortcuts, it's off by default, you can optionally enable it if you want.

shortcuts

Automatically convert multi-line text in arguments into arrays

When entering an array in the Arguments panel, its format is strict, which may not be user-friendly.

Now, you can enter multiple lines, for example, one link per line. Tapicker will automatically convert it to an array.

multiple lines

As shown in the image above, it will be converted to an array

[
  "https://www.tapicker.com/training/best-seller-books/584d20f1",
  "https://www.tapicker.com/training/best-seller-books/8d7f95a1",
  "https://www.tapicker.com/training/best-seller-books/5610cd54"
]