Recent content by Dhruv Chauhan

  1. Dhruv Chauhan

    how to select only one process out of 2 almost with same names

    "View ID" refers to the unique identifier assigned to a specific user interface element (such as a button, text field, or other widget) within an Android application. as an example : for whatsapp message send button it has a view id : com.whatsapp/send. in short view id is the unique name...
  2. Dhruv Chauhan

    how to select only one process out of 2 almost with same names

    I have used Check Text on screen action to find the text using regex, and saving it's view id to a variable, then using UI interactions i made a click on that saved view id. I have attached an example macro with this message, to make this macro run, you will need atleast macrodroid version 5.34...
  3. Dhruv Chauhan

    Is it possible to control an app automatically with macrodroid?!? Please help

    If you need to verify for the correct page, you can use read screen action to check for texts in variable for the specified screen, if there are some fixed titles in that screen. you can continue the process, if not repeat the process from first. also If there is any api for your inverter to...
  4. Dhruv Chauhan

    Add Action to reply message to whatsapp and other apps also (already been implemented)

    Here is the macro link you can refer: https://www.macrodroidlink.com/macrostore?id=19678 Hope it will help you.
  5. Dhruv Chauhan

    Add Action to reply message to whatsapp and other apps also (already been implemented)

    No, the process doesn't depend on UI interactions, it seamlessly executes notification actions in the background, identical to functions such as "Reply" and "Mute" buttons. This functionality is particularly advantageous for me to automating responses, facilitating an effortless setup for...
  6. Dhruv Chauhan

    Add Action to reply message to whatsapp and other apps also (already been implemented)

    I get your concerns, but just wanted to share that MacroDroid recently rolled out a cool feature – replying to WhatsApp chats without any hassle named "Notification Reply". I've been using it, and honestly, it's been smooth sailing. No UI interactions needed, and it works like a charm. So, no...
  7. Dhruv Chauhan

    Test Action For "If Condition"

    Just Like Constraint has option to test directly by clicking on (Test Action (with constraint)) , there should be option on if condition also. As while creating macro it is hard to test it manually by triggering it. That would be a easy way to perform this. Thanks & Regards 💖
  8. Dhruv Chauhan

    Add Action to reply message to whatsapp and other apps also (already been implemented)

    those plugins isn't working for auto reply now & One is there named "Auto Notification" but it takes too much random time to reply a single message.
  9. Dhruv Chauhan

    Add Action to reply message to whatsapp and other apps also (already been implemented)

    I tried using notifications listener here it was tested... 👇 https://www.macrodroidlink.com/macrostore?id=15344 It's not a good practice to change whole platform Directly from WhatsApp to telegram just for auto reply, As far as i know replying from notification is not restricted much , You can...
  10. Dhruv Chauhan

    Add Action to reply message to whatsapp and other apps also (already been implemented)

    To Reply a whatsapp message without opening chat, We have to fake UI interaction and for many messages we lost control over schedule reply messages... So i would like to have a feature that replies to whatsapp Messages directly just as "Auto responder Message to whatsapp" Application .
  11. Dhruv Chauhan

    but it's useful when you want old macros back from recent two months and also we can not...

    but it's useful when you want old macros back from recent two months and also we can not retrieve macro once we delete it and then back it up 😅
  12. Dhruv Chauhan

    I have a backup macro that i use every month 3 times so new macros can be retrieved easily, this...

    I have a backup macro that i use every month 3 times so new macros can be retrieved easily, this screenshot might help you to make yours new one...
  13. Dhruv Chauhan

    Set wallpaper by file name?

    sure it's just a suggestion
  14. Dhruv Chauhan

    Wait for trigger - expire option

    I have this issue because i mostly use wait until trigger in macros thus currently i use two different macros for it...first macro is my actual work (with first action that runs another macro in background that has wait time and cancle current macro actions).
Top