UI Interaction - click

kurikabu

New member
How do I set this UI interaction:

I am trying to click a button in an app when triggered.

I would like to use the "Identify in app" Select Option"

It doesnt export the coordinates.

Thanks.
 

Jacob L

Moderator (Lawsonator)
Not every app can be detected as some use a custom canvas. There is very little MacroDroid can do if that is the case. Perhaps tell us what app you are trying to interact with and maybe we can helps
 
Jacob.
Boa noite.

Sou novo por aqui.
Notei que vc é um moderador . Tenho uma dúvida.
É possível vincular o Macrodroid com um aplicativo denominado ewelink.
Eu utilizo este app, para acionar um dispositivo inteligente.
Eu uso o sonoff pulse, posso acioná lo com os assistentes de voz.
Com este app e dispositivo eu consigo abrir e fechar o portão automático veicular
Mas queria utilizar a macro de localização.
Ou seja qdo eu estiver a uns 300 ou 400 metros da minha residência, a macro possa acionar o dispositivo.
Isso é possível ser feito.
No aguardo do seu conhecimento.
Cordialmente
Raimundo Izaac
Ou melhor qdo estivwr
 

kurikabu

New member
Not every app can be detected as some use a custom canvas. There is very little MacroDroid can do if that is the case. Perhaps tell us what app you are trying to interact with and maybe we can helps

Thanks.

How would you create a macro that woukd click the drop down menu on this forum (see attached image) say at exactly 6pm.

Trigger: Time
Action: Click? Using x,y?


Is there a tool built in the MacroDroid to get the coordinates?
 

Attachments

  • Screenshot_20210612-173717_Chrome.jpg
    Screenshot_20210612-173717_Chrome.jpg
    286.2 KB · Views: 63

MacroDroidDev

Administrator
Staff member
If you are competent at maths you can stick a ruler horizontally and vertically, work out roughly the percentage of the way left to right and times that by your horizontal resolution to get the 'x' value and then work out the percentage top to bottom and times it by the vertical resolution to get the 'y' value. Should be accurate enough for most cases.

Of course if you want exact values please use the developer options mechanism described above.
 
Top