paste action doesn't work on webpages.i am also willing to know about it.If you have it opened in your browser, you could just use ui interaction (action) to perform set of clicks (to select a field) and then paste the text from clipboard (or any text that you set up earlier)
here is the log image
You only can paste clipboard content in webpage Input fields after positioning cursor in such a field.paste action doesn't work on webpages.i am also willing to know about it.
You only can paste clipboard content in webpage Input fields after positioning cursor in such a field.
i have created a very quick macro to demonstrate it.And i am aware about clipboard limit and i am not using clipboard textNot sure what exactly does that mean but just to confirm, have you started your macro with ui interaction - click to choose the field you want to paste the text into? On some newer devices you also need to use refresh clipboard action to make sure macrodroid has access to whatever is in clipboard
The error message indicates that you can only paste into EditTextfield.here is the log image
yes,that's why i am willing to know any workaround, it prohibited further action in a macro.The error message indicates that you can only paste into EditTextfield.
The reason for the error is that you are trying to paste into android.widget.FrameLayout.
AutoInput can be used to input into the website.yes,that's why i am willing to know any workaround, it prohibited further action in a macro.
Press Enter also doesn't work after AutoInput write actionIt may not work for all patterns, but overcoming the limitations of EditTextfields was a accomplishment.
The same macro did not work, so I made separate macros.Press Enter also doesn't work after AutoInput write action