There’s a xyz website. And my task assign by my friend was to click Next button after every 15 min. I want to automate it but i don’t know which activites should i use. Also plz guide me through workflow.
Thanks
There’s a xyz website. And my task assign by my friend was to click Next button after every 15 min. I want to automate it but i don’t know which activites should i use. Also plz guide me through workflow.
Thanks
You can use the do while activity
This repeat continues as long as the rule you specify is satisfied.
Regards,
MY
If you can use Orchestrator for triggering jobs so on, you can do it.
But if you are not able to do it, then I suggest you to add a delay activity and while before all this steps which you can give the time interval in it.