Confirm input text

Brodem

New member
Hi, i made a macro that click on an input textbox on a webpage and fill it with some copied text, but i can't find a way to emulate the "enter" key (basically, the confirm button on the virtual keyboard). I can't see any emulation action that could works.
How can i solve?

Thank you
 

Endercraft

Moderator (& bug finder :D)
Only way I know of is to send ADB commands (shell script is possible if you are rooted). However it is not possible to do so if you don't have Android 11+ (unless your device is connected to a laptop/PC) and a bit long to setup.


I have also attached the macro needed to run the command.
You will need to install the 'ADB Shell [Tasker plugin]' from the Play Store.
If you need more explanation feel free to ask.
 

Attachments

  • Input_keyevent_enter.macro
    3.3 KB · Views: 12
Top