Browser Counter Check

Hi people. Is there any way or tool on Studio X for checking any counter in a webpage. I want to create an rpa for a website, and i have to wait till the counter going zero, after i need to take action. Thanks in advance.

Hey @sureklitalebe

So what I understood is you have a counter which is ticking on a website.

Once it reaches zero you do something.

If that’s right, then yes it’s possible.

You need to use Get Text in a Retry Scope which gets you the count repeatedly until it reaches 0.

Post which you can check condition and proceed for actual automation logic.

Hope that helps

Thanks
#nK

1 Like

Hello @sureklitalebe

Welcome to Uipath community.

Is this counter in the webpage always starts from some particular values? Also how much time it will take for the counter to go to zero?

Also if it reaches zero, any changes will happen in the pages? Like any element will appear on screen?

1 Like

Hello everyone. Thank you very much for your valuable feedback. The page consists of a group of slides and each slide has a different duration. You can think of it as 3 minutes for some and 4 minutes for others. When this counter is zero, we move to the next slide by pressing the Right Arrow icon at the bottom of the page. If I press the icon without the counter zero, the page does not change. @Rahul_Unnikrishnan @Nithinkrishna :slight_smile:

is it opening as a new window and are you able to inspect on that?

Hey @sureklitalebe

Wait for element to appear is most likely a good solution for this usecase !

Thanks
#nK

1 Like