cover
  • #Release

Tapicker v5.5.8 released 🎉👏

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

  • Added a "Handle Dialog" function block
  • Exposed more options for "Click Element" block
  • Interaction events closer to human behavior
  • Improved "Input Text" block compatibility

Added a "Handle Dialog" function block

If you have a native dialog (Alert, Confirm, Prompt) open while interacting with the page, it will block the code execution. Before this, we could not do anything. From now on, we can accept or reject the dialog through this block.

dialog

You need to use it before interacting with the page, like this.

dialog-settings

After this, when the dialog opens, it accepts and closes as expected.

Exposed more options for "Click Element" block

We can now control click events more freely. For example, double-click, Ctrl + Click to open a link in a new tab, etc.

click-element

Interaction events closer to human behavior

Taking the click element as an example, you can turn on this option to make the click event more human-like and avoid being identified as a robot by the target website.

simulate

If it doesn't work to bypass bot detection, you can change the trigger mode to Debugger, which will almost make it look like a human click.

debugger

Improved "Input Text" block compatibility

Now we can input multi-line text, Emoji, control line breaking and simulate human input.

input-text

Conclusion

In this update, we have the ability to accept or reject the dialog, making it closer to human behavior in terms of interacting with the page and preventing it from being detected as a robot.