How to type text

Jacob L

Moderator (Lawsonator)
How to type text in app note or and app more ?

Thank you
You can use UI interaction action to paste text. You'll need to add the text to the clipboard of a variable unless the text never changes. You might be able to use input keyevent in shell script action to type letters. You can type with ADB commands but You'll need to check
 

bebright

New member
You can use UI interaction action to paste text. You'll need to add the text to the clipboard of a variable unless the text never changes. You might be able to use input keyevent in shell script action to type letters. You can type with ADB commands but You'll need to check
Need root ?
What a sample activity?
 

Jacob L

Moderator (Lawsonator)
Does not need root. You'll need android 7+ for UI interaction action and the latest version of MacroDroid.
 

Jacob L

Moderator (Lawsonator)
There is an action called repeat actions which are loops. I don't fully understand what you wanted.
 

bebright

New member
Repeat actions and different input text for each repeat action.
hmm and the ui interactions x and y are correct but the macro doesn't click as expected, why?
is there something wrong ?

thank you for helping
 

Amocles

New member
Can someone please help user interface interaction is not working with password text boxes on websites and some applications. I primarily want to use this to put in my password which has a lot of crazy characters.

Is there a way to enable this macro droid to detect and control those password text boxes?
 
Top