How do i add wait time in an app

Post your questions and help other users.

Moderator: Martin

Post Reply
goodyog
Posts: 4
Joined: 29 Sep 2018 13:24

How do i add wait time in an app

Post by goodyog » 29 Sep 2018 22:19

Hello people, am trying to create an automated task on my phone. But am having some setbacks.

From my flow screenshot below, I would like to add a time wait function that will make the second action wait for a given time befor lunching the last action app. How do i do it please?
Attachments
Screenshot_2018-09-29-23-14-23-784_ch.gridvision.ppam.androidautomagic.png
Here is my flow chart.
Screenshot_2018-09-29-23-14-23-784_ch.gridvision.ppam.androidautomagic.png (89.34 KiB) Viewed 13062 times

anuraag
Posts: 371
Joined: 24 Jan 2015 02:06

Re: How do i add wait time in an app

Post by anuraag » 29 Sep 2018 23:43

Use action "sleep".

Why you need autoinput plugin to type a text? Automagic can do this.

goodyog
Posts: 4
Joined: 29 Sep 2018 13:24

Re: How do i add wait time in an app

Post by goodyog » 01 Oct 2018 22:43

anuraag wrote:Use action "sleep".

Why you need autoinput plugin to type a text? Automagic can do this.
Thanks a lot. The sleep action worked.

I use autoinput to click a text on another app, not type.

anuraag
Posts: 371
Joined: 24 Jan 2015 02:06

Re: How do i add wait time in an app

Post by anuraag » 01 Oct 2018 22:56

goodyog wrote:I use autoinput to click a text on another app, not type.
Automagic can do that too. Anyway its upto you.

goodyog
Posts: 4
Joined: 29 Sep 2018 13:24

Re: How do i add wait time in an app

Post by goodyog » 02 Oct 2018 09:41

anuraag wrote:
goodyog wrote:I use autoinput to click a text on another app, not type.
Automagic can do that too. Anyway its upto you.
wow. I had no idea, what action is that?

Also I can the action click links, cause autoinput can't and that's another problem am facing

anuraag
Posts: 371
Joined: 24 Jan 2015 02:06

Re: How do i add wait time in an app

Post by anuraag » 02 Oct 2018 09:54

If you looking for trigger then look at "UI event" and for action look at "control UI". You can also check "UI" tag.

If you want some basic info then search "control UI" at this topic
viewtopic.php?f=6&t=6993&hilit=Index

Also look at built-in help.

Post Reply