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.
You need to use it before interacting with the page, like this.
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.
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.
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.
Improved "Input Text" block compatibility
Now we can input multi-line text, Emoji, control line breaking and simulate human input.
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.