Is it possible to automate a few button taps and the filling in of some numbers in certain field on a website and make that repeat every 6 minutes

Vladbondi

New member
I'm completely new to this, so i wanted to ask whether or not it is possible and if so how hard would it be to automate something like this on a webpage in the browser
1 tap a button,
2 tap a field,
3 enter a number in the field
4. tap another button
And repeat this sequence continuously every 6 minutes
Would really want to figure out how to get it done if something like this is possible at all
 

Dm114

Well-known member
I'm completely new to this, so i wanted to ask whether or not it is possible and if so how hard would it be to automate something like this on a webpage in the browser
1 tap a button,
2 tap a field,
3 enter a number in the field
4. tap another button
And repeat this sequence continuously every 6 minutes
Would really want to figure out how to get it done if something like this is possible at all
To do that, use UI Interaction (with Wait action between each UI Interaction) inside a 6 time loop.
 

Vladbondi

New member
To do that, use UI Interaction (with Wait action between each UI Interaction) inside a 6 time loop.
Would you be able to give me an idea on how to do this step by step or maybe would you know by any chance of any tutorial on something similar to this which would demonstrate what to do and how to do it in some detail?
I appreciate any help.
 

OscariBot

Active member
Would you be able to give me an idea on how to do this step by step or maybe would you know by any chance of any tutorial on something similar to this which would demonstrate what to do and how to do it in some detail?
I appreciate any help.
Well @Dm114 I think this appeal is directed specially to you😁
 

OscariBot

Active member
@Vladbondi in this forum we make suggestions and assist because we assumed you already know atleast macrodroid basic.

Doing this step by step could be time consuming atleast to someone who wish to just stall through the forum and make commends (others could hav the time for this though)

But I suggest you search the template store for macro with UI INTERACTION then edit and just play with it atleast to know the basic.

Then startup something in the direction of your macro and reach out to us here when you are stuck for help.
 

Vladbondi

New member
...and don't forget to get the numbers to be paste in the field ready in your clipboard.

In addition I will suggest you use ID instead of xy coordinate


@Vladbondi in this forum we make suggestions and assist because we assumed you already know atleast macrodroid basic.

Doing this step by step could be time consuming atleast to someone who wish to just stall through the forum and make commends (others could hav the time for this though)

But I suggest you search the template store for macro with UI INTERACTION then edit and just play with it atleast to know the basic.

Then startup something in the direction of your macro and reach out to us here when you are stuck for help.
I seem to have figured out how to assign the clicks and the pasting of the numbers in the right fields (img1↓), only when I try to add a constraint of a time delay on the loop or between actions, I get a message that says "no stopwatches defined" (img2&3↓) would you know how do I overcome this issue? Screenshot_2023-04-24-14-56-06-23.png

Screenshot_2023-04-24-15-04-00-94.pngScreenshot_2023-04-24-14-53-06-77.png
 

Endercraft

Moderator (& bug finder :D)
Loop a defined amount of times, then above the end loop use a wait until next action action. The loop should include every other action.
 

Vladbondi

New member
To do that, use UI Interaction (with Wait action between each UI Interaction) inside a 6 time loop.
Wait action between interactions is achieved by adding of a constraint of a stopwatch right? When I try that it tells me "no stopwatches defined" how do I fix that? Or the wait action isn't it entirely?Screenshot_2023-04-24-14-53-06-77.png
 

OscariBot

Active member
Don't use a stopwatch... Wait Before Next Action is the way to go.

BUt if u must use stopwatch I hop u already hav a stopwatch u are referencing if not go back to the main menu and create a reference stopwatch
 
Top