How to click at a specific time

Hello.
I want to log in at a specific time and then log out and log in at a specific time.
I made it possible to run click after a few seconds with “DelayBefore” in click’s property.
What activities should I use to run clicks at the exact time?

I tried “time trigger” but the time trigger could not be put in the middle of the flow.

Hi,

How about using loop as the following?

Regards,

1 Like

See the parallel activity and see if it works for your requirement. This will click the button whichever is available

Hi,

How about the following?

It may be better to use Unattended robot with TImeTrigger instead of the above.

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.