Macrodroid UI Interaction vs TouchTask in Text Click

alexhee

Member
Having tested this in Telegram.

TouchTask will click the text content "Go to bottom" with one line command. However, Macrodroid won't do the same with UI interaction Click Text Context.

I have to setup Read Text Content in order to find the View ID to click on the View ID which is related to the text "Go to bottom".

Any idea whether this is bug or just Macrodroid limitation.
 

MacroDroidDev

Administrator
Staff member
That is strange, I can't think of any reason why the text match should fail here unless there is some other UI control with same text that is being picked up instead. This seems unlikely!
 

alexhee

Member
That is strange, I can't think of any reason why the text match should fail here unless there is some other UI control with same text that is being picked up instead. This seems unlikely!
Yes. I tried many times & it did happened. With TouchTask Tap function it works flawlessly but Macrodroid UI Interaction Text Content "Go to bottom" just won't go. You may try this on Telegram.

I have included the macro & screenshot for your test.
 

Attachments

  • CLICK_TEXT_CONTENT.macro
    4.6 KB · Views: 3
  • WhatsApp Image 2023-06-06 at 09.37.57.jpg
    WhatsApp Image 2023-06-06 at 09.37.57.jpg
    40.7 KB · Views: 13

FrameXX

Well-known member
It's a good idea to use view ID anyway if it's possible. Recognizing text makes the UI interaction action slower.
 

alexhee

Member
It's a good idea to use view ID anyway if it's possible. Recognizing text makes the UI interaction action slower.
Currently is using viewID but just want to clarify with admin whether this is bug or else. If using text only 1 line of code but viewID gonna be multiple lines because the viewID changes everytime.
 
Top