UI Interaction click on a position varying icon

jpaulo

New member
Is it possible to make a "UI Interaction" click on a widget based on its contentDescription value when its text is null?
For example, to exclude a Whatsapp message, it is necessary to perform a long click on it and then click on the appearing trash icon.
The trash icon may be placed in some distinct positions depending on the message's characteristics and, worst, MacroDroid identified such trash icon text as null and its contentDescription value as "Delete".
Using MacroDroid, I cannot specify the element position since it varies and I also cannot use contentDescription value to locate it.
Any suggestions?
 
Last edited:
Top