How can i let the robot knows it can continue the process once the element disapear plz?

2 Likes

Hi @Soudios,

Wait on element to vanish should work but sometimes the element even though it desapears it’s still active. Check mark the visible settings to wait for the element to not be visible. Also you can increase or decrease the waiting amount by typing in WaitForReady.

1 Like

Hi @Soudios

Try to use element exist to check if the element exist and it will return the boolean type.

cheers :smiley:

Happy learning :smiley:

picture plz ?

1 Like

Hi @Soudios

Here you can create a variable datatype is boolean

cheers :smiley:

Happy learning :smiley:

Element Exists wait’s for the element to exist. Wait for Element to Vanish is the same but the other way around wait’s for the element to vanish.

1 Like

It doesnt work : it doesn’t wait until the element end charging

image

Hi
You were almost done
Enable these two properties and try once

  • WaitNotVisible - When this check box is selected, the activity waits only until the UI element disappears from the screen even if it is still active.
  • WaitNotActive - When this check box is selected, the activity waits only until the specified UI element is no longer active

Cheers @Soudios

The process wait but not enough time, is it normal ?

Yah usually it will till it’s default time of about 30000 milliseconds
And if we want we can increase that wait time value along the property TimeOutMS in that activity
Kindly try once with that and let know pls

Cheers @Soudios

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