How can I re-open the browser after every 10 clicks?

Hello!

How can I re-open the browser after every 10 click activity ( click button anywhere I know)?

Thanks!

Hi @merve5
Check this workflow
sample_12.zip (34.3 KB)

Here what i had did is

  1. Use system trigger inside the trigger scope to monitor only click events and also intialise an integer variable at beginning with value as 1
    2, if user click anywhere in screen the index get incremented and if the index reahes 10 , it will open the browser using open browser activity

Hope it helps you

Regards

Nived N
Happy Automation

1 Like

Thanks for your answer, but I can not see your activity in your project.image

Hi @merve5 check this updated file
Forum.zip (33.0 KB)

If any issues is still there in workflow folder
check screenshot of workflow for reference


Thank you very much. I will try it.

1 Like

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