cover
  • #Release

Tapicker v5.2.20 released 🎉👏

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

  • Add a Trigger Event function block
  • Improve the credibility of simulated events
  • Add Scroll Into View option to simulation events
  • Can use \n, \r, \t as a separator for Split and Join

Add a Trigger Event function block

In most cases, Click Element, Input Text, etc. blocks can be used to interact with the page. But there are exceptions, so we provide Trigger Event blocks for more fine-grained control.

trigger event

Improve the credibility of simulated events

Some websites prevent robot interactions from causing invalid clicks, so we simulated events that are closer to human behavior to bypass detection.

Add Scroll Into View option to simulation events

This will scroll the element into the viewport before clicking it, making the click behavior more realistic.

scroll into view

Can use \n, \r, \t as a separator for Split and Join

For example, when you extract multiple data, it will be an array list, like below.

[
    "Kam Wah Cafe",
    "One Dim Sum",
    "Tsui Wah Restaurant",
    "Isari Kiya Japanese Dining",
    "Kwan Kee Claypot Rice",
    "愛文生",
    "Shing Kee Noodles",
    "Tak Fat Congee",
    "永樂燒味小厨",
    "Dim Dim Sum"
]

You can now use \n to convert them into a string, one item per line.

join new line

Conclusion

In this update, we made the behavior of simulated events closer to humans to prevent them from being judged as bot. We also added a Trigger Event to finely control events.