Cv element exist error not waiting till time

Hello,

The scenario is pop up comes after 1/2/3 hour time is not fixed
I used element exist and I put time in properties TimeoutMS but bot is not waiting how much time i putted and it’s goin true condition also

Hi @suraj_gaikwad

The element exist is wait for the element appear on the screen based on the TimeOutMS.
If the element is appear before the time it will give the output as true.
It will wait untill the Time if element not appears it will give the output as false.

Hope it helps!!

@suraj_gaikwad
Use one element exist and pass it one variable.
Use while after that and put condition like this

Not ElementExistVar
And inside loop use delay activity and give it 15 mints delay.
Use element exist one more time inside loop and give same variable which you gave in previous one.

I didn’t get you

Thanks

I passed the element exist in while conditions and same element exist pass in while
Den what to pass in if condition

@raja.arslankhan

@suraj_gaikwad

Bot will wait till the timeout reaches or till the element appears…which ever is smaller bot waits till that time

So if the element appears after 2 mins bot will move after 2 mins …if the element does not appear for 1 hour then it moves again but to false

Hope this clears

Cheers

@Anil_G
Den how to solve this problem

@suraj_gaikwad

Can you explain the the problem…do you want to repeat this forever?

Cheers

@Anil_G

The pop up will come regular but it’s come after an 1/2hour time not sure but pop will sure .

And i want to do whenever pop up will come it’s go n click ok .

( I put time the time max three hours inside cv element exist but bot is not waiting till that time and after sometime it’s goes true condition even the pop is not exist )

Thanks

@suraj_gaikwad

After sometime if pop up is not there it wont go to trye…may be it came and it was handled and moved ahead

If you want to continuously check then use a paralle activity and keep the click in a loop with continue on error…

And on ither side of parallel keep the remaining all activities you need to do…so that when pop up comes it is handled else other process with continue…

As the click is in loop it continuously

Cheers

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